Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,7 +24,7 @@ 24 24 xwiki.authentication.ldap=1 25 25 26 26 ## set LDAP as authentication service 27 -xwiki.authentication.authclass=com.xpn.xwiki.ldap.authentication.XWikiLDAPAuthServiceImpl 27 +xwiki.authentication.ldap.authclass=com.xpn.xwiki.ldap.authentication.XWikiLDAPAuthServiceImpl 28 28 {code} 29 29 30 30 You can setup the LDAP configuration in the ~~xwiki.cfg~~ file by filling the following properties: ... ... @@ -39,6 +39,11 @@ 39 39 xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP 40 40 xwiki.authentication.ldap.bind_pass={1} 41 41 42 +#-# Force to check password after LDAP connection 43 +#-# 0: disable 44 +#-# 1: enable 45 +xwiki.authentication.ldap.validate_password=0 46 + 42 42 ## only members of the following group will be verified in the LDAP 43 43 ## otherwise only users that are found after searching starting from the base_DN 44 44 xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US ... ... @@ -135,6 +135,7 @@ 135 135 This java client, [LDAP Browser/Editor > http://www-unix.mcs.anl.gov/~gawor/ldap/] is a handy tool for checking your configuration. 136 136 137 137 143 + 138 138 1.1 eXo Authentication 139 139 140 140 The eXo authentication is used automatically by adding/editing the ~~xwiki.exo=1~~ property in ~~WEB-INF/xwiki.cfg~~.