Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: credentials/secrets.properties comes with default property for bindDN

...

Adjust /opt/shibboleth-idp/conf/ldap.properties to taste, according to section "General Configuration" from the documentation.

Note

The properties file /opt/shibboleth-idp/credentials/secrets.properties by default contains the setting idp.authn.LDAP.bindDNCredential to be used for the password of the administrative account performing LDAP binds. In case you're planning to use the bindSearchAuthenticator authentication strategy in your ldap.properties (with a given idp.authn.LDAP.bindDN) make sure to set the corresponding password for that DN in credentials/secrets.properties!

If OTOH you intend to use the anonSearchAuthenticator in ldap.properties (only anonymous binds will be made to the configured LDAP server/s) be sure to remove the principal and principalCredential XML attributes from your LDAP DataConnector in your /opt/shibboleth-idp/conf/attribute-resolver.xml (as included in our documentation and also in conf/examples/attribute-resolver-ldap.xml).

After changes to (any) property files you'll need to restart the whole container (i.e., Tomcat) for the changes to become active:

...