Changeset - 7a863b26d8b8
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-03-08 11:23:26
branko@majic.rs
MAR-3: Fixed the filter and LDAP password in testsite.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/xmpp.yml
Show inline comments
 
@@ -19,9 +19,9 @@ prosody_ldap_server: ldap.example.com
 

	
 
prosody_ldap_bind_dn: cn=xmpp,ou=services,dc=example,dc=com
 

	
 
prosody_ldap_password: prosody
 
prosody_ldap_password: xmpp
 

	
 
prosody_ldap_filter: '(memberOf=cn=xmpp,ou=groups,dc=example,dc=com)'
 
prosody_ldap_filter: '(&(memberOf=cn=xmpp,ou=groups,dc=example,dc=com)(mail=$user@$host))'
 

	
 
prosody_ldap_scope: "onelevel"
 

	
0 comments (0 inline, 0 general)