]> git.proxmox.com Git - pmg-docs.git/blobdiff - ldap.conf.5-opts.adoc
add documentation for custom sa scores
[pmg-docs.git] / ldap.conf.5-opts.adoc
index d72058bf34a89e3415e9a0d3b621960e5dc110f6..c3c72f6f91692b429ac559ef66b2f9559d20fc60 100644 (file)
@@ -14,6 +14,10 @@ Bind domain name.
 
 Bind password.
 
+`cafile`: `<string>` ::
+
+Path to CA file. Only useful with option 'verify'
+
 `comment`: `<string>` ::
 
 Description.
@@ -38,9 +42,9 @@ List of objectclasses for groups.
 
 List of mail attribute names.
 
-`mode`: `<ldap | ldaps>` ('default =' `ldap`)::
+`mode`: `<ldap | ldap+starttls | ldaps>` ('default =' `ldap`)::
 
-LDAP protocol mode ('ldap' or 'ldaps').
+LDAP protocol mode ('ldap', 'ldaps' or 'ldap+starttls').
 
 `port`: `<integer> (1 - 65535)` ::
 
@@ -58,3 +62,7 @@ Server address.
 
 Fallback server address. Userd when the first server is not available.
 
+`verify`: `<boolean>` ('default =' `0`)::
+
+Verify server certificate. Only useful with ldaps or ldap+starttls.
+