Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -64,7 +64,7 @@ 64 64 #-# xwiki.authentication.ldap.bind_DN) 65 65 #-# {0} is replaced with the user uid field name and {1} with the user name 66 66 #-# The default is ({0}={1}) 67 -# xwiki.authentication.ldap. ldap_user_search_fmt=({0}={1})67 +# xwiki.authentication.ldap.user_search_fmt=({0}={1}) 68 68 69 69 #-# Only members of the following group will be verified in the LDAP 70 70 #-# otherwise only users that are found after searching starting from the base_DN ... ... @@ -83,7 +83,7 @@ 83 83 # xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList 84 84 85 85 #-# [Since 1.5M1, XWikiLDAPAuthServiceImpl] 86 -#-# The potential names of the LDAP groups fields containings the members. Separated by commas. 86 +#-# The potential names of the LDAP groups fields containings the members. Separated by commas. 87 87 # xwiki.authentication.ldap.group_memberfields=member,uniqueMember 88 88 89 89 #-# retrieve the following fields from LDAP and store them in the XWiki user object (xwiki-attribute=ldap-attribute) ... ... @@ -102,12 +102,12 @@ 102 102 #-# * LDAP static groups (users/subgroups are listed statically in the group object) 103 103 #-# * [Since 3.3M1] LDAP organization units (users/subgroups are sub object of the provided organization unit) 104 104 #-# * [Since 3.3M1] LDAP filter (users/groups are object found in a search with the provided filter), 105 -#-# | character in the filter need to be escaped with backslash (\). 105 +#-# | character in the filter need to be escaped with backslash (\). 106 106 #-# 107 107 #-# Here is an example: 108 108 # xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=AdminRole,ou=groups,o=domain,c=com|\ 109 -# XWiki.LDAPUsers=ou=groups,o=domain,c=com|\ 110 -# XWiki.Organisation=(cn=testers) 109 +# XWiki.LDAPUsers=ou=groups,o=domain,c=com|\ 110 +# XWiki.Organisation=(cn=testers) 111 111 112 112 #-# [Since 1.3M2, XWikiLDAPAuthServiceImpl] 113 113 #-# Time in s after which the list of members in a group is refreshed from LDAP ... ... @@ -154,6 +154,11 @@ 154 154 #-# Specifies the LDAP attribute containing the password to be used "when xwiki.authentication.ldap.validate_password" 155 155 #-# is set to 1 156 156 # xwiki.authentication.ldap.password_field=userPassword 157 + 158 +#-# [Since 4.3M1, XWikiLDAPAuthServiceImpl] 159 +#-# The maximum number of milliseconds the client waits for any operation under these constraints to complete. 160 +#-# The default is 1000 161 +# xwiki.authentication.ldap.timeout=1000 157 157 {{/code}} 158 158 159 159 {{info}}