URL
- ldap://example.com:389 -- a verified encrypted (TLS) connection;
- ldaps://example.com:636 -- an SSL connection.
Connection string (DN template)
- uid=%s,dc=example,dc=com -- must contain login placeholder (`%s`).
Use URL to adjust security and timeout parameters
- strict_check=0 -- to disable strict certificate check (enabled by default);
- tls=0 -- to disable TLS (enabled by default);
- timeout=30 (5 by default).
Example: ldap://example.com?strict_check=0&timeout=30&tls=0