Hi,
I have created a stand alone AD LDS instance on a machine belonging to a workgroup.
The DN for the user is CN=UserInsideOU,OU=OUNumber1,o=Microsoft,c=US
I also have added a userPrincipalName of Moe for that user.
I can successfully use ldp.exe from a Windows 2008 R2 Server and enter either "Moe" or "CN=UserInsideOU,OU=OUNumber1,o=Microsoft,c=US" without quotes and the correct password and do a simple bind with or without SSL.
The software I am modifying however does not work to do this and is getting invalid user or pw error (Error 49 invalid credentials).
What should the LDAP url be when using the DN? ldap://AD-LDS-TEST:50000/CN=UserInsideOU,ou=OUNumber1,o=Microsoft,c=US?
What should the LDAP url be when using the userPrincipalName? ldap://AD-LDS-TEST:50000/CN=Moe,ou=OUNumber1,o=Microsoft,c=US?
Any other ideas why the software would not be working? Some kind of setting in AD LDS perhaps? A missing attribute?
Thanks.
leo