# password_attribute:: Which attribute in the request should be used as
# the password when performing user binds.
#
+ # Note that Active Directory will allow unauthenticated user binds by default!
+ #
+ # You can fix this by choosing the "ADSI Edit" command from the Server Manager's Tools menu.
+ # Then, open the Configuration subtree, and then open the properties of the `CN=Directory
+ # Service, CN=Windows NT, CN=Services, CN=Configuration` object. Modify the
+ # `msDS-Other-Settings` attribute, and add a new entry for `DenyUnauthenticatedBind=1`.
+ #
# password_attribute = &User-Password
#