I have successfully created a disabled user in Active Directory via JNDI, but I am not sure how to enable it. Am I supposed to manipulate the userAccountControl attribute directly? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You are right. Here are some values and the explanation how to use them :
Exhaustive list of values here. For example
544 = 0x220 = UF_NORMAL_ACCOUNT | UF_PASSWD_NOTREQD |
|||
|
|