mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-06-12 18:03:36 +00:00
replacing tabs with spaces to fix example.conf formating
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ http {
|
|||||||
# bind as
|
# bind as
|
||||||
binddn "CN=Operator,OU=Service Accounts,DC=company,DC=com";
|
binddn "CN=Operator,OU=Service Accounts,DC=company,DC=com";
|
||||||
# bind pw
|
# bind pw
|
||||||
binddn_passwd <PUT Operator PASSWORD HERE>;
|
binddn_passwd <PUT Operator's PASSWORD HERE>;
|
||||||
# group attribute name which contains member object
|
# group attribute name which contains member object
|
||||||
group_attribute member;
|
group_attribute member;
|
||||||
# search for full DN in member object
|
# search for full DN in member object
|
||||||
|
|||||||
Reference in New Issue
Block a user