The ldapurl option doesn't actually support specifying a user name and
password.
Albe Laurenz
ldapurl
- An RFC 4516 LDAP URL. This is an alternative way to write most of the
+ An RFC 4516 LDAP URL. This is an alternative way to write some of the
other LDAP options in a more compact and standard form. The format is
-ldap://[user[:password]@]host[:port]/basedn[?[attribute][?[scope]]]
+ldap://host[:port]/basedn[?[attribute][?[scope]]]
scope must be one
of base, one, sub,
not supported.
+ For non-anonymous binds, ldapbinddn
+ and ldapbindpasswd must be specified as separate
+ options.
+
+
To use encrypted LDAP connections, the ldaptls
option has to be used in addition to ldapurl.