[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ldap.properties
noreply at shibboleth.net
noreply at shibboleth.net
Sun May 10 16:59:12 EDT 2015
Author: scantor
Date: Sun May 10 16:59:12 2015
New Revision: 7507
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7507&view=rev
Log:
Add a couple of comments.
Modified:
trunk/idp-conf/src/main/resources/conf/ldap.properties
Modified: trunk/idp-conf/src/main/resources/conf/ldap.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ldap.properties?rev=7507&r1=7506&r2=7507&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Sun May 10 16:59:12 2015
@@ -1,4 +1,5 @@
# LDAP authentication configuration, see authn/ldap-authn-config.xml
+# Note, this doesn't apply to the use of JAAS
## Authenticator strategy, either anonSearchAuthenticator, bindSearchAuthenticator, directAuthenticator, adAuthenticator
#idp.authn.LDAP.authenticator = anonSearchAuthenticator
@@ -37,6 +38,7 @@
idp.authn.LDAP.dnFormat = uid=%s,ou=people,dc=example,dc=org
# LDAP attribute configuration, see attribute-resolver.xml
+# Note, this likely won't apply to the use of legacy V2 resolver configurations
idp.attribute.resolver.LDAP.ldapURL = %{idp.authn.LDAP.ldapURL}
idp.attribute.resolver.LDAP.baseDN = %{idp.authn.LDAP.baseDN}
idp.attribute.resolver.LDAP.bindDN = %{idp.authn.LDAP.bindDN}
More information about the commits
mailing list