From 52b2dec3e44ac89b5a451f8df17dbcf6914210f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Deltombe?= Date: Thu, 9 Feb 2012 17:18:51 +0000 Subject: [PATCH] Makes default lemonldap-ng.ini easier to read (Lemonldap-433) --- modules/lemonldap-ng-common/lemonldap-ng.ini | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/modules/lemonldap-ng-common/lemonldap-ng.ini b/modules/lemonldap-ng-common/lemonldap-ng.ini index 4faa4c4a6..4c91cb26c 100644 --- a/modules/lemonldap-ng-common/lemonldap-ng.ini +++ b/modules/lemonldap-ng-common/lemonldap-ng.ini @@ -82,9 +82,21 @@ dirName=/var/lib/lemonldap-ng/conf # to choose a Cache::Cache module and set it's parameters (1 line). Example: # # localStorage = Cache::FileCache -# localStorageOptions = { 'namespace' => 'MyNamespace', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 5, } +# localStorageOptions={ \ +# 'namespace' => 'MyNamespace', \ +# 'default_expires_in' => 600, \ +# 'directory_umask' => '007', \ +# 'cache_root' => '/tmp', \ +# 'cache_depth' => 5, \ +# } localStorage=Cache::FileCache -localStorageOptions={ 'namespace' => 'MyNamespace', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 5, } +localStorageOptions={ \ + 'namespace' => 'MyNamespace', \ + 'default_expires_in' => 600, \ + 'directory_umask' => '007', \ + 'cache_root' => '/tmp', \ + 'cache_depth' => 5, \ +} [portal]