[java-identity-provider] branch master updated: IDP-1322 use attribute short cut for LDAP DataConnector TLS Cert

Rod Widdowson rdw at steadingsoftware.com
Wed Aug 22 05:50:34 EDT 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1b0b0c800bdef8a04ab42543605c15c002cc6c2f

The following commit(s) were added to refs/heads/master by this push:
       new  1b0b0c8   IDP-1322 use attribute short cut for LDAP DataConnector TLS Cert
1b0b0c8 is described below

commit 1b0b0c800bdef8a04ab42543605c15c002cc6c2f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Aug 22 10:42:52 2018 +0100

    IDP-1322 use attribute short cut for LDAP DataConnector TLS Cert
    
    https://issues.shibboleth.net/jira/browse/IDP-1322
---
 idp-conf/src/main/resources/conf/attribute-resolver-full.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
index afc7877..60a8a63 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
@@ -276,6 +276,7 @@
         principal="%{idp.attribute.resolver.LDAP.bindDN}"
         principalCredential="%{idp.attribute.resolver.LDAP.bindDNCredential}"
         useStartTLS="%{idp.attribute.resolver.LDAP.useStartTLS:true}"
+        authCert="%{idp.attribute.resolver.LDAP.trustCertificates}"
         connectTimeout="%{idp.attribute.resolver.LDAP.connectTimeout}"
         responseTimeout="%{idp.attribute.resolver.LDAP.responseTimeout}">
         <FilterTemplate>
@@ -283,10 +284,6 @@
                 %{idp.attribute.resolver.LDAP.searchFilter}
             ]]>
         </FilterTemplate>
-        <StartTLSTrustCredential id="LDAPtoIdPCredential" xsi:type="sec:X509ResourceBacked">
-            <sec:Certificate>%{idp.attribute.resolver.LDAP.trustCertificates}</sec:Certificate>
-        </StartTLSTrustCredential>
     </DataConnector>
 -->
-
 </AttributeResolver>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list