AD LDS (ADAM) user not authenticate
- by Hongwei
I am trying to add a user to AD LDS (formerly known as ADAM). I added the user, set the password, and set the following properties:
accountsExpires=(Never)
msDS-UserAccountDisabled=FALSE
msDS-UserDontExpirePassword=TRUE
userPrincipalName=JUser
I also added the user to Readers group.
However, when I used ADSI Edit to bind to the directory with this user's credential, I got an error indicating invalid username or password.
What else do I have to do for the user to authenticate?
Thanks.