Add possibility to use a local configuration file (localconf.ini) to override configuration parameters
parent
ca905f3477
commit
70522969f3
@ -0,0 +1,24 @@ |
||||
#============================================================================== |
||||
# 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 |
||||
# Other section are only read by the specific LemonLDAP::NG component |
||||
#============================================================================== |
||||
|
||||
[all] |
||||
#cda = 1 |
||||
|
||||
[portal] |
||||
portalDisplayResetPassword = 0 |
||||
|
||||
[handler] |
||||
https = 0 |
||||
|
||||
[manager] |
||||
dhtmlXTreeImageLocation = /imgs/ |
||||
#protection = authenticate |
||||
|
Loading…
Reference in new issue