Skip to content

Commit

Permalink
adjust ldap in resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored Feb 12, 2020
1 parent 0aa8b27 commit a58f15e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/attribute-resolver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}"
useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}"
connectTimeout="%{idp.attribute.resolver.LDAP.connectTimeout}"
trustFile="%{idp.attribute.resolver.LDAP.trustCertificates}"
<!-- Uncomment the line below when you have configured the referenced property in idp.properties to point to a valid cert -->
<!-- trustFile="%{idp.attribute.resolver.LDAP.trustCertificates}" -->
responseTimeout="%{idp.attribute.resolver.LDAP.responseTimeout}">
<FilterTemplate>
<![CDATA[
Expand Down

0 comments on commit a58f15e

Please sign in to comment.