Correctly mention KRBAUTH_LDAP_USER_DN option in README

This commit is contained in:
Quantum 2021-04-24 19:58:02 -04:00
parent bc7c644664
commit 0ece1d7ce9

View file

@ -79,8 +79,8 @@ LDAP binding can also be used as a fallback authentication mechanism through
HTTP Basic authentication. This is useful when SPNEGO is not supported, or when
the client does not support Kerberos. To use this, configure:
* `LDAP_USER_DN`: A string template to convert usernames into LDAP DNs. There
should be one `%s` symbol in this string, which will be replaced by the
* `KRBAUTH_LDAP_USER_DN`: A string template to convert usernames into LDAP DNs.
There should be one `%s` symbol in this string, which will be replaced by the
username.
## Example `nginx.conf`