Last modified by Thomas Mortagne on 2024/02/12 00:05

<
From version < 21.17 >
edited by Denis Gervalle
on 2017/08/21 00:08
To version < 22.1 >
edited by Denis Gervalle
on 2017/08/31 15:28
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -47,7 +47,7 @@
47 47  #-# By default the persistence store is not trusted, but only used to optimize the synchronization process.
48 48  #-# If the authentication process is time consuming, you may improve performance by trusting the authentication
49 49  #-# provided by the persistence store without requesting the external authentication, simply uncomment:
50 -# xwiki.authentication.trusted.isPersistenceStoreTrusted=true;
50 +# xwiki.authentication.trusted.isPersistenceStoreTrusted=true
51 51  
52 52  #-# Only used with the Cookie persistence store, allow setting the cookie Time To Live in seconde to keep
53 53  #-# persistence between browser restart. The default is to use a session cookie.
... ... @@ -54,12 +54,12 @@
54 54  #-# Here is an example using a 1 day TTL, which means the persistence is kept for 1 day after last response.
55 55  #-# Combine with the above parameter, this could also keep the authentication for a longer period than
56 56  #-# the one of the external authenticator, but this is obviously less secure.
57 -# xwiki.authentication.trusted.persistenceStoreTTL=84600;
57 +# xwiki.authentication.trusted.persistenceStoreTTL=84600
58 58  
59 59  #-# By default, on failure to find an authenticated user, the authentication fallback (to a custom fallback or
60 60  #-# the default XWiki authentication). To prevent fallbacking, and return public access on failure to find an
61 61  #-# authenticated user, simply uncomment:
62 -# xwiki.authentication.trusted.isAuthoritative=true;
62 +# xwiki.authentication.trusted.isAuthoritative=true
63 63  
64 64  #-# Only applicable if the previous parameter is true, this allow defining the classname of the
65 65  #-# XWikiAuthService to fallback to. By the fault, the authenticator fallback to the default XWikiAuthService
Installed count
... ... @@ -1,1 +1,1 @@
1 -9
1 +10

Get Connected