Changes between Version 14 and Version 15 of ConnectorsSetup


Ignore:
Timestamp:
06/04/13 09:28:58 (11 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConnectorsSetup

    v14 v15  
    4343(2) Configure the IdP to directly trust these certificates: (2.1) for authN and (2.2) for retrieving attributes from the LDAP directory [these are independent]: 
    4444 
    45  (2.1) Configure the authentication module to trust the AD certificate by adding to the configuration in ''$IDP_HOME''/login.config a line like 
     45 (2.1) Configure the authentication module to trust the AD certificate by adding to the configuration in ''$IDP_HOME''/conf/login.config a line like 
    4646 
    4747  {{{ 
     
    4949  }}} 
    5050 (2.2) Configure the Data Connectors in attribute-resolver.xml to use StartTLSTrustCredential.  https://wiki.shibboleth.net/confluence/display/SHIB2/ResolverLDAPDataConnector 
     51{{{ <resolver:DataConnector id="uaADLDAP" xsi:type="LDAPDirectory" xmlns="urn:mace:shibboleth:2.0:resolver:dc" 
     52                                            ldapURL="ldaps://fbk-adua01.ua.ad.alaska.edu:3269"     
     53                                            baseDN="ou=useraccounts,dc=ua,dc=ad,dc=alaska,dc=edu"  
     54                                            principal="cn=uashib,ou=uaf_service,ou=uaf,dc=ua,dc=ad,dc=alaska,dc=edu"   
     55                                            principalCredential="•••••••••••" 
     56                                            useStartTLS="true"> 
     57    <!FilterTemplate>....<!/FilterTemplate> 
     58 
     59    <StartTLSTrustCredential xsi:type="security:X509Inline" xmlns:security="urn:mace:shibboleth:2.0:security" id="uaADuao1Certificate"> 
     60        <security:Certificate> 
     61            <!-- Some DER or PEM encoded cert --> 
     62        </security:Certificate> 
     63    </StartTLSTrustCredential> 
     64}}} 
     65 
    5166 
    5267=== [[IdPSetup|Failover connectors]] ===