Configure localSessionStorage

tags/0.2.1_el5 0.2.1_el5
Daniel Berteaud 10 years ago
parent e7a6d9b2fc
commit f728ba628e
  1. 2
      root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng-admin.ini/05All
  2. 2
      root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng-pki.ini/05All

@ -1,4 +1,6 @@
[all] [all]
localSessionStorage=Cache::FileCache
localSessionStorageOptions=\{ 'namespace' => 'llng-admin-sessions', 'default_expires_in' => '600', 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 3, \}
[configuration] [configuration]
type = SOAP type = SOAP

@ -1,4 +1,6 @@
[all] [all]
localSessionStorage=Cache::FileCache
localSessionStorageOptions=\{ 'namespace' => 'llng-pki-sessions', 'default_expires_in' => '600', 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 3, \}
[configuration] [configuration]
type = SOAP type = SOAP

Loading…
Cancel
Save