|
|
@@ -299,7 +299,7 @@ LDAP = ConfigSection(
|
|
|
help=_("The LDAP URL to connect to.")),
|
|
|
LDAP_CERT=Config("ldap_cert",
|
|
|
default=None,
|
|
|
- help=_("The LDAP certificate for authentication over TLS.")),
|
|
|
+ help=_("A PEM-format file containing certificates for the CA's that Hue will trust for authentication over TLS. The certificate for the CA that signed the LDAP server certificate must be included among these certificates. See more here http://www.openldap.org/doc/admin24/tls.html.")),
|
|
|
LDAP_USERNAME_PATTERN=Config("ldap_username_pattern",
|
|
|
default=None,
|
|
|
help=_("A pattern to use for constructing LDAP usernames.")),
|