Changes for page LDAP Authenticator

Last modified by Admin on 2024/02/05 00:18

<
From version < 37.22 >
edited by Thomas Mortagne
on 2018/11/30 12:14
To version < 38.1 >
edited by Thomas Mortagne
on 2018/11/30 12:37
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -240,6 +240,12 @@
240 240  #-#
241 241  #-# In this example the authenticator will try to find existing users from domain MYDOMAIN with only the uid when it can't find one with the complete input:
242 242  # xwiki.authentication.ldap.testLoginFor=${uid}@MYDOMAIN,${uid}@ANOTHERDOMAIN
243 +
244 +#-# [Since 9.3]
245 +#-# The maximum number of results to receive at the same time in a pages search (for example when searching group members).
246 +#-# The default is 500.
247 +#-#
248 +# xwiki.authentication.ldap.searchPageSize=500
243 243  {{/code}}
244 244  
245 245  {{info}}

Get Connected