Thanks for the article. I have a requirement and hope this forum helps me.
Requirement is to setup an LDAP instance on a custom port (ex: 50001) and enable the LDAP bind using DomainName\UserName format.
I have installed one LDAP instance (DC=Test,DC=COM Or CN=ADAM,DC=Test,DC=com) using AD LDS and created few users using ADSIEDIT. For all users i have to make below manually.
1. Set the Password
2. MSDS-UserAccountDisabled - Set to False.(By default it is Setting TRUE)
3. Add UPN Name to the account (ex: email address removed for privacy reasons).
I did & able to do Simple bind using UPN Name. However, the final requirement from application team is to bind using domainname\userName Format.
Do we have to install AD DS as well ? I tried that as well, i mean installed Active Directory domain services & domain Name is test.com. However, LDAP bind is failing with DomainName\UserName format.
Am i missing amything ? Is it possible to have LDAP Bind on custom port using domainname\username format ?