From 0ece1d7ce95931ebebe0953110a41cd8611be203 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 24 Apr 2021 19:58:02 -0400 Subject: [PATCH] Correctly mention KRBAUTH_LDAP_USER_DN option in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaacc54..787e3ea 100644 --- a/README.md +++ b/README.md @@ -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`