<
From version < 2.1 >
edited by Vincent Massol
on 2008/01/08
To version < 3.1 >
edited by Vincent Massol
on 2008/01/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,8 +22,14 @@
22 22  
23 23  You can setup the LDAP configuration in the ~~xwiki.cfg~~ file by filling the following properties:
24 24  * xwiki.authentication.ldap.server
25 +** LDAP server, either an IP address or a host name. For example: localhost
25 25  * xwiki.authentication.ldap.port
27 +** LDAP server port number. Typical value is 389.
26 26  * xwiki.authentication.ldap.check_level
29 +** The default value is <tt>2</tt> if not this property is not defined. Here are the possible values
30 +*** checklevel 0: LDAP connection login to LDAP is sufficient
31 +*** checklevel 1: Login & username located, attributes loaded
32 +*** checklevel 2: Compare password for user (e.g. necessary if the LDAP bind didn't use the user's credentials)
27 27  * xwiki.authentication.ldap.base_DN
28 28  * xwiki.authentication.ldap.bind_DN
29 29  * xwiki.authentication.ldap.bind_pass
... ... @@ -30,16 +30,6 @@
30 30  * xwiki.authentication.ldap.UID_attr
31 31  * xwiki.authentication.ldap.fields_mapping
32 32  
33 -#info("You can also setup the LDAP configuration in XWiki.XWikiPreferences page by going to the class editor and adding the following fields:
34 -* ldap_server
35 -* ldap_port
36 -* ldap_check_level
37 -* ldap_base_DN
38 -* ldap_bind_DN
39 -* ldap_bind_pass
40 -* ldap_UID_attr
41 -* ldap_fields_mapping")
42 -
43 43  Example:
44 44  
45 45  {code}
... ... @@ -53,6 +53,16 @@
53 53  xwiki.authentication.ldap.bind_pass={1}
54 54  xwiki.authentication.ldap.UID_attr=uid
55 55  {code}
52 +
53 +#info("You can also setup the LDAP configuration in XWiki.XWikiPreferences page by going to the class editor and adding the following fields:
54 +* ldap_server
55 +* ldap_port
56 +* ldap_check_level
57 +* ldap_base_DN
58 +* ldap_bind_DN
59 +* ldap_bind_pass
60 +* ldap_UID_attr
61 +* ldap_fields_mapping")
56 56  
57 57  1.1.1 LDAP Configuration for Active Directory
58 58  

Get Connected