From 80fe157bac0f2fac727fa4d94b8aba083a8fde24 Mon Sep 17 00:00:00 2001 From: Chao Date: Tue, 28 May 2013 15:15:54 -0300 Subject: [PATCH] need ; after the password input, or else it give an error need ; after the password input, or else it give an error "invalid number of arguments in "auth_ldap_binddn_passwd" directive in /etc/nginx/nginx.conf" --- example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.conf b/example.conf index bbf2c4d..1a0dabf 100644 --- a/example.conf +++ b/example.conf @@ -13,7 +13,7 @@ http { auth_ldap_url ldap://ldap.example.com/dc=example,dc=com?uid?sub?(objectClass=person); auth_ldap_binddn cn=nginx,ou=service,dc=example,dc=com; - auth_ldap_binddn_passwd mYsUperPas55W0Rd + auth_ldap_binddn_passwd mYsUperPas55W0Rd; auth_ldap_group_attribute uniquemember; # default 'member' auth_ldap_group_attribute_is_dn on; # default on