failover on datorconnector StoredId
John Morrison
john.morrison at uadm.uu.se
Wed Oct 30 06:57:56 EDT 2013
Hello
According to the instructions you have a fail-over for the
ResolverRDBMSDataConnector
Is it possible to use FailoverDataConnector on the DataConnector
StoredId? What would be the correct syntax, if so.
<resolver:DataConnector id="StoredId"
xsi:type="StoredId"
xmlns="urn:mace:shibboleth:2.0:resolver:dc"
generatedAttributeID="persistentId"
sourceAttributeID="uid"
salt="x">
<resolver:Dependency ref="uid"/>
<resolver:FailoverDataConnector ref="StoredId2"/>
<ApplicationManagedConnection
jdbcDriver="com.mysql.jdbc.Driver"
jdbcURL="jdbc:mysql://x.x.x.x:3306/shibboleth?autoReconnect=true"
jdbcUserName="shibboleth"
jdbcPassword="x"/>
</resolver:DataConnector>
<resolver:DataConnector id="StoredId2"
xsi:type="StoredId2"
xmlns="urn:mace:shibboleth:2.0:resolver:dc"
generatedAttributeID="persistentId"
sourceAttributeID="uid"
salt="x">
<resolver:Dependency ref="uid"/>
<resolver:FailoverDataConnector ref="StoredId2"/>
<ApplicationManagedConnection
jdbcDriver="com.mysql.jdbc.Driver"
jdbcURL="jdbc:mysql://x.x.x.x:3306/shibboleth?autoReconnect=true"
jdbcUserName="shibboleth"
jdbcPassword="x"/>
</resolver:DataConnector>
Thanks,
John
More information about the users
mailing list