diff --git a/tmpl/lmConf-1.json b/tmpl/lmConf-1.json index 1191b95..f311bb5 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 + '"')