mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-05-22 15:53:39 +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
|
||||
binddn "CN=Operator,OU=Service Accounts,DC=company,DC=com";
|
||||
# bind pw
|
||||
binddn_passwd <PUT Operator PASSWORD HERE>;
|
||||
binddn_passwd <PUT Operator's PASSWORD HERE>;
|
||||
# group attribute name which contains member object
|
||||
group_attribute member;
|
||||
# search for full DN in member object
|
||||
|
||||
Reference in New Issue
Block a user