From 73c8cfb02feea04bd7c3f20dc96e5b6508fa3713 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Tue, 5 Sep 2017 15:16:32 +0000 Subject: [PATCH] Missing comments for REST conf backend (#970) --- lemonldap-ng-common/lemonldap-ng.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lemonldap-ng-common/lemonldap-ng.ini b/lemonldap-ng-common/lemonldap-ng.ini index a2b705780..2b789ff1a 100644 --- a/lemonldap-ng-common/lemonldap-ng.ini +++ b/lemonldap-ng-common/lemonldap-ng.ini @@ -86,7 +86,7 @@ logLevel = warn [configuration] ; GLOBAL CONFIGURATION ACCESS TYPE -; (File, SOAP, RDBI/CDBI, LDAP, YAMLFile) +; (File, REST, SOAP, RDBI/CDBI, LDAP, YAMLFile) ; Set here the parameters needed to access to LemonLDAP::NG configuration. ; You have to set "type" to one of the followings : ; @@ -104,6 +104,17 @@ logLevel = warn ; dbiUser = lemonldap ; dbiPassword = password ; +; * REST: REST configuration access is a sort of proxy: the portal is +; configured to use the real session storage type (DBI or File for +; example). +; You have to set 'baseUrl' parameter. Example: +; +; type = SOAP +; baseUrl = https://auth.example.com/config +; proxyOptions = { timeout => 5 } +; User = lemonldap +; Password = mypassword +; ; * SOAP: SOAP configuration access is a sort of proxy: the portal is ; configured to use the real session storage type (DBI or File for ; example).