From 5f5c5359f771b505a7882b26e298cd75867a0e4f Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 26 Mar 2018 11:21:28 +0200 Subject: [PATCH] Fixing Custom URL option --- tmpl/lmConf-1.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmpl/lmConf-1.js b/tmpl/lmConf-1.js index 0396416..26117a5 100644 --- a/tmpl/lmConf-1.js +++ b/tmpl/lmConf-1.js @@ -218,7 +218,11 @@ "slaveAuthnLevel": 2, "samlIDPSSODescriptorSingleLogoutServiceHTTPPost": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn", "Soap": 1, +%if %%llRegisterDB == "Custom" + "registerDB": "Null", +%else "registerDB": "%%llRegisterDB", +%end if "locationRules": { "%%managerWebName": { "default": "$uid eq \"%%lemonAdmin\""