Skip to content

Commit

Permalink
[user_saml-shib] LDAP shall return all attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jan 18, 2023
1 parent 09e7dc8 commit 91e5d57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<resolver:AttributeDefinition xsi:type="ad:Simple" id="quota" sourceAttributeID="quota">
<resolver:Dependency ref="myLDAP" />
<resolver:AttributeEncoder xsi:type="enc:SAML1String" name="urn:mace:dir:attribute-def:quota" encodeType="false" />
<resolver:AttributeEncoder xsi:type="enc:SAML2String" name="quota" friendlyName="quota" encodeType="false" />
<resolver:AttributeEncoder xsi:type="enc:SAML2String" name="urn:oid:1.3.6.1.4.1.49213.1.1.1" friendlyName="quota" encodeType="false" />
</resolver:AttributeDefinition>

<resolver:AttributeDefinition id="groups" xsi:type="ad:Simple" sourceAttributeID="cn">
Expand Down Expand Up @@ -294,6 +294,7 @@
%{idp.attribute.resolver.LDAP.searchFilter}
]]>
</dc:FilterTemplate>
<ReturnAttributes>* +</ReturnAttributes>
<!--
<dc:StartTLSTrustCredential id="LDAPtoIdPCredential" xsi:type="sec:X509ResourceBacked">
<sec:Certificate>%{idp.attribute.resolver.LDAP.trustCertificates}</sec:Certificate>
Expand Down

0 comments on commit 91e5d57

Please sign in to comment.