Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kjain91 +XWiki.ThomasMortagne - Content
-
... ... @@ -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 ... ... @@ -88,6 +88,7 @@ 88 88 * ldap_base_DN 89 89 * ldap_bind_DN 90 90 * ldap_bind_pass 96 +* ldap_validate_password 91 91 * ldap_UID_attr 92 92 * ldap_fields_mapping 93 93 * ldap_update_user ... ... @@ -135,6 +135,8 @@ 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 144 + 145 + 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~~.