From 918ceab88250a27b747a2ba387fe82ca80da7140 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 3 Feb 2021 15:48:55 +0100 Subject: [PATCH] Export LDAP Attributes this attributes and the variables names have to be named with the same name --- tmpl/lmConf-1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/lmConf-1.json b/tmpl/lmConf-1.json index 6b5081c..4304c35 100644 --- a/tmpl/lmConf-1.json +++ b/tmpl/lmConf-1.json @@ -6,7 +6,7 @@ %for %%attr in %%casAttribute %silent %%exported_vars.append('"' + %%attr + '": "' + %%attr.casLDAPAttribute + '"') %silent %%cas_attributes.append('"' + %%attr + '": "' + %%attr.casLDAPAttribute + '"') - %silent %%ldap_attributes.append('"' + %%attr + '": "' + %%attr.casLDAPAttribute + '"') + %silent %%ldap_attributes.append('"' + %%attr.casLDAPAttribute + '": "' + %%attr.casLDAPAttribute + '"') %end for %for %%key, %%value in %%ssoFilters %silent %%exported_vars.append('"' + %%key + '": "' + %%value + '"')