Changes between Version 12 and Version 13 of IdPSetup


Ignore:
Timestamp:
04/01/13 17:19:12 (12 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdPSetup

    v12 v13  
    6565production !IdPs (heald, hanin) do not have 2.3.0 src... 
    6666==== Import private CAs as needed ==== 
    67 As of 2013-04-01 UA AD is using certificates signed by a local private CA.  Unless that CA's certificate is imported, the IdP will fail to establish connection to the AD server, potentially causing authN failure, but certainly causing a failure in attribute resolution. 
     67As of 2013-03-30 UA AD is using certificates signed by a local private CA for ldaps.  Unless that CA's certificate is imported, the IdP will fail to establish connection to the AD server, potentially causing authN failure, but certainly causing a failure in attribute resolution. 
    6868 
    6969Import the CA certificate, per https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPass with the following command that MUST be run by root (to write the cacerts file): 
     
    7474}}} 
    7575 
     76N.B.: as of 2013-04-01, Tech Services is employing a different way to import and make use the CA by pointing Java to a different key store in order to avoid having to re-import the local CA every time Java is updated.  It is not known what the long term effect on other CAs will be - whether those certs will be updated if changed by the vendor. 
     77 
     78''TS needs to provide support and documentation for this change''. 
    7679==== !DataConnector Failover ==== 
    7780If the data connector encounters an error when trying to retrieve attribute information from the database, one or more failover data connectors can be defined. These connectors are only invoked if this data connector fails (not if simply finds no results) and they are invoked in the order they are listed until one succeeds.