[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 5 13:57:09 EDT 2014
Author: scantor
Date: Mon May 5 13:57:09 2014
New Revision: 5849
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5849&view=rev
Log:
Remove unused LDAP props
Modified:
trunk/idp-conf/src/main/resources/conf/idp.properties
Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=5849&r1=5848&r2=5849&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Mon May 5 13:57:09 2014
@@ -81,13 +81,6 @@
# one possible matching login method (V2 behavior was to favor them)
idp.authn.favorSSO = false
-# LDAP authentication configuration
-# uses the in-memory directory by default, see src/test/config/ldap.ldif
-idp.authn.ldap.ldapUrl = ldap://localhost:10389
-idp.authn.ldap.baseDn = ou=people,dc=shibboleth,dc=net
-idp.authn.ldap.subtreeSearch = false
-idp.authn.ldap.userFilter = (uid={user})
-
# Regular expression expressing post-login subject c14n flows to enable
idp.c14n.flows = Simple
More information about the commits
mailing list