LDAP / Active Directory UserX Logon only anonymous bind?

Sorry @mads.andersen, I can’t see the point in your Example where a password is used to bind the LDAPS server.

There are two main ways to bind to a LDAPS server:

  1. Via Anonymous Bind, means without authentication. Its often disabled for security reasons.

  2. Bind with password, means that the client provides a Distinguished Name (DN) (like cn=admin,dc=example,dc=com) and a password.