mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 04:21:57 -04:00
Correctly mention KRBAUTH_LDAP_USER_DN option in README
This commit is contained in:
parent
bc7c644664
commit
0ece1d7ce9
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue