Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/10/27

<
From version < 6.1 >
edited by Thomas Mortagne
on 2008/02/19
To version < 7.1 >
edited by Thomas Mortagne
on 2008/02/19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,26 +18,22 @@
18 18  
19 19  In order to enable the LDAP support you have to change the authentication method in ~~WEB-INF/xwiki.cfg~~ as follows:
20 20  {code}
21 +## Turn LDAP authentication on - otherwise only XWiki authentication
22 +## 0 : disable
23 +## 1 : enable
21 21  xwiki.authentication.ldap=1
25 +
26 +## set LDAP as authentication service
27 +xwiki.authentication.authclass=com.xpn.xwiki.ldap.authentication.XWikiLDAPAuthServiceImpl
22 22  {code}
23 23  
24 24  You can setup the LDAP configuration in the ~~xwiki.cfg~~ file by filling the following properties:
25 25  
26 26  {code:none}
27 -## new LDAP authentication service
28 -xwiki.authentication.authclass=com.xpn.xwiki.ldap.authentication.XWikiLDAPAuthServiceImpl
29 -
30 -
31 -## Turn LDAP authentication on - otherwise only XWiki authentication
32 -## 0 : disable
33 -## 1 : enable
34 -xwiki.authentication.ldap=1
35 -
36 36  ## LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
37 37  xwiki.authentication.ldap.server=156.58.101.204
38 38  xwiki.authentication.ldap.port=389
39 39  
40 -
41 41  ## LDAP login, empty = anonymous access, otherwise specify full dn
42 42  ## {0} is replaced with the username, {1} with the password
43 43  xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP

Get Connected