lemonldap-ng/modules/lemonldap-ng-common/lemonldap-ng.ini

35 lines
1.0 KiB
INI
Raw Normal View History

#==============================================================================
# LemonLDAP::NG local configuration parameters
#
# This file is dedicated to configuration parameters override
# You can set here configuration parameters that will be used only by
# local LemonLDAP::NG elements
#
# Parameters of section "all" are always read
# Section "configuration" is used to load global configuration and set cache
# Other section are only read by the specific LemonLDAP::NG component
#==============================================================================
[all]
;cda = 1
[configuration]
# Global configuration access type (File, SOAP, DBI, LDAP)
type = File
dirName = /var/lib/lemonldap-ng/conf
# Configuration cache
localStorage = Cache::FileCache
localStorageOptions = { 'namespace' => 'MyNamespace', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 5, }
[portal]
portalDisplayResetPassword = 0
[handler]
https = 0
[manager]
dhtmlXTreeImageLocation = /imgs/
;protection = authenticate