Export LDAP Attributes

this attributes and the variables names have to be named with the
same name
This commit is contained in:
Philippe Caseiro 2021-02-03 15:48:55 +01:00
parent adea10270d
commit 918ceab882
1 changed files with 1 additions and 1 deletions

View File

@ -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 + '"')