<
From version < 76.1 >
edited by Manuel Smeria
on 2015/04/29
To version < 78.1 >
edited by Thomas Mortagne
on 2015/08/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +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
... ... @@ -241,7 +241,7 @@
241 241  xwiki.authentication.authclass = com.acme.MyCustomAuthenticationService
242 242  {{/code}}
243 243  
244 -You can find various [[authenticators examples>>https://github.com/xwiki-contrib/sandbox/tree/master/authenticators]].
254 +You can find various authenticators examples in [[sandbox>>https://github.com/xwiki-contrib/sandbox/tree/master/authenticators]] or [[extensions>>http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome#|t=extensions&p=1&l=30&s=doc.creationDate&d=desc&name=authenticator]].
245 245  
246 246  Here's a [[tutorial on implementing a custom authentication class for authenticating against Oracle's SSO>>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/]].
247 247  

Get Connected