How to create a new Active Directory Account from Java (via JNDI)?
Posted
by user321524
on Stack Overflow
See other posts from Stack Overflow
or by user321524
Published on 2010-04-20T20:22:12Z
Indexed on
2010/04/20
20:23 UTC
Read the original article
Hit count: 151
Hi:
Is it possible to create a new user in AD rom Java via JNDI?
I tried via trusty Google but nothing came up - maybe I was googling using the wrong terminology (JNDI Active Directory Create User).
Any tips will be create appreciated.
Current status: I have connected to AD via my Java code and can change attributes of existing AD accounts; next I would like to be able to create AD users from Java/JNDI.
Thanks!
© Stack Overflow or respective owner