Fix small typos and imprecisions
This commit is contained in:
parent
8952b217a8
commit
ea2ebf210e
|
|
@ -83,9 +83,6 @@ For detailed instructions, see [Configuring the Reference Implementation](https:
|
|||
# Base DN
|
||||
proxy_set_header X-Ldap-BaseDN "<strong>cn=Users,dc=test,dc=local</strong>";
|
||||
|
||||
# Bind DN
|
||||
proxy_set_header X-Ldap-BindDN "<strong>cn=root,dc=test,dc=local</strong>";
|
||||
|
||||
# Bind password
|
||||
proxy_set_header X-Ldap-BindPass "<strong>secret</strong>";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ http {
|
|||
proxy_cache_key "$http_authorization$cookie_nginxauth";
|
||||
|
||||
# As implemented in nginx-ldap-auth-daemon.py, the ldap-auth daemon
|
||||
# communicates with an OpenLDAP server, passing in the following
|
||||
# communicates with a LDAP server, passing in the following
|
||||
# parameters to specify which user account to authenticate. To
|
||||
# eliminate the need to modify the Python code, this file contains
|
||||
# 'proxy_set_header' directives that set the values of the
|
||||
|
|
@ -93,7 +93,7 @@ http {
|
|||
|
||||
# (Required if using Microsoft Active Directory as the LDAP server)
|
||||
# Set the LDAP template by uncommenting the following directive.
|
||||
#proxy_set_header X-Ldap-Template "(SAMAccountName=%(username)s)";
|
||||
#proxy_set_header X-Ldap-Template "(sAMAccountName=%(username)s)";
|
||||
|
||||
# (Optional if using OpenLDAP as the LDAP server) Set the LDAP
|
||||
# template by uncommenting the following directive and replacing
|
||||
|
|
|
|||
Loading…
Reference in New Issue