Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/04/28

<
From version < 11.2 >
edited by kjain9
on 2008/02/27
To version < 13.1 >
edited by Thomas Mortagne
on 2008/03/03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kjain9
1 +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~~.

Get Connected