Update documentation

This commit is contained in:
Will Rigby 2015-04-16 00:59:29 -04:00
parent 068df6f2b1
commit 03cc8248bc

View File

@ -26,6 +26,18 @@ plugins:
auth-ldap:
uri: "ldap://ldap.example.org"
# Path to CA certificates to use when connecting to
# SSL-secured LDAP servers. If not specified, it will use
# a default set of well-known CAs.
ca_certificates:
- /path/to/ca_cert.pem
- /path/to/another/ca_cert.pem
# Check the validity of the server's certificate. Useful
# when connecting to servers that use a self-signed certificate.
# Defaults to true if not specified.
check_certificate: true
# Credentials to use before looking for the user record.
#
# Default to anonymous.