diff --git a/master.html b/master.html index 52495416..ce7d93da 100644 --- a/master.html +++ b/master.html @@ -1152,13 +1152,20 @@ alikes, 'groupMembership' on Novell eDirectory, ...

ldap_use_ssl

(>= 3.3.0)

-

Use ssl on the ldap connection

-

Default: False

+

Use ssl on the ldap connection (soon to be deprecated, use +ldap_security instead)

+
+
+
ldap_security
+

(>= 3.5.2)

+

Use encryption on the ldap connection. none, tls, starttls

+

Default: none

ldap_ssl_verify_mode

(>= 3.3.0)

-

The certificate verification mode. NONE, OPTIONAL or REQUIRED

+

The certificate verification mode. Works for tls and starttls. NONE, +OPTIONAL or REQUIRED

Default: REQUIRED