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:
-
Via Anonymous Bind, means without authentication. Its often disabled for security reasons.
-
Bind with password, means that the client provides a Distinguished Name (DN) (like
cn=admin,dc=example,dc=com) and a password.