Allowing anonymous bind
In order for Verify Identity Access to be configured with Active Directory Lightweight Directory Service (AD LDS), AD LDS must be configured to allow anonymous bind.
About this task
By default, AD LDS does not allow anonymous bind. Verify Identity Access configuration, however, uses anonymous bind to check on the validity of the configured LDAP host name, port, and SSL parameters.
If you want to disable anonymous bind during normal operation, you can reset the option on the AD LDS server after configuration is complete.
Procedure
- Start the ADSI Edit program Adsiedit.msc.
- On the Action menu, click Connect To.
- In the Connection name field,
you can type a label under which this connection appears in the console
tree of AD LDS ADSI Edit. For this connection, type:
Configuration. - Under Connection Point, select well known Naming Context and choose Configuration from the list.
- Under Computer, enter the server name and port for the AD LDS instance in the Select or type a domain or server section. If the AD LDS instance is on the local system, you can use localhost as the server name.
- Click OK. The term,
Configuration, must now appear in the console tree. - Expand the Configuration subtree by double-clicking Configuration.
- Double-click CN=Configuration,CN=GUID, where GUID was generated when the configuration of the AD LDS instance was performed.
- Double-click the CN=Services folder to expand it, and then double-click CN=Windows NT.
- Highlight and right-click CN=Directory Service and click Properties.
- Click dsHeuristics.
- Click Edit.
- Edit the value. Modify the seventh character (counting
from the left) to
2. The value must be similar to0000002001001in the String Attribute Editor. - Click OK.
- Click OK. Anonymous bind is now allowed.