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.Man uelSmeria1 +XWiki.ThomasMortagne - Content
-
... ... @@ -140,6 +140,16 @@ 140 140 #-# The default is always 141 141 # xwiki.authentication.ldap.mode_group_sync=always 142 142 143 +#-# [Since 7.2M3, XWikiLDAPAuthServiceImpl] 144 +#-# Indicate groups members should be resolved in case they are subgroups. 145 +#-# Doing so can be very expensive so it should be disabled if you know there is no subgroups 146 +#-# (or if you don't care about them). 147 +#-# If the group is actually a filter it will always be resolved since it does not make sense left alone. 148 +#-# - 0: disable 149 +#-# - 1: enable 150 +#-# The default is 1 151 +# xwiki.authentication.ldap.group_sync_resolve_subgroups=0 152 + 143 143 #-# [Since 1.3M2, XWikiLDAPAuthServiceImpl] 144 144 #-# If ldap authentication fails for any reason, try XWiki DB authentication with the same credentials 145 145 #-# - 0: disable