Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This element is defined by the urn:mace:shibboleth:2.0:resolver:dc schema schema, which is located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.

Example

Code Block
languagexml
<dc:ConnectionPool<ConnectionPool 
            minPoolSize="5"
            maxPoolSize="10"
            blockWaitTime="PT5S"
            expirationTime="PT10M"
            validatePeriodically="true"
            validateTimerPeriod="PT15M"
            validateDN="dc=example,dc=org"
            validateFilter="(ou=people)"
            failFastInitialize="false" />

...