[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jul 18 20:42:03 EDT 2014


Author: scantor
Date: Fri Jul 18 20:42:03 2014
New Revision: 6310

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6310&view=rev
Log:
Adjust config to match testbed for now.

Modified:
    trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml?rev=6310&r1=6309&r2=6310&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/ldap-authn-config.xml Fri Jul 18 20:42:03 2014
@@ -20,10 +20,10 @@
     <!-- <import resource="ldap-authn-ad-config.xml" /> -->
 
     <!-- Common LDAP authn configuration -->
-    <bean id="shibboleth.authn.LDAP.ldapUrl" class="java.lang.String" c:_0="ldap://localhost:389" />
-    <util:constant id="shibboleth.authn.LDAP.useStartTLS" static-field="java.lang.Boolean.TRUE"/>
+    <bean id="shibboleth.authn.LDAP.ldapUrl" class="java.lang.String" c:_0="ldap://localhost:10389" />
+    <util:constant id="shibboleth.authn.LDAP.useStartTLS" static-field="java.lang.Boolean.FALSE"/>
     <util:constant id="shibboleth.authn.LDAP.useSSL" static-field="java.lang.Boolean.FALSE"/>
-    <bean id="shibboleth.authn.LDAP.baseDn" class="java.lang.String" c:_0="ou=people,dc=shibboleth,dc=net" />
+    <bean id="shibboleth.authn.LDAP.baseDn" class="java.lang.String" c:_0="ou=people,dc=example,dc=org" />
     <util:constant id="shibboleth.authn.LDAP.subtreeSearch" static-field="java.lang.Boolean.FALSE"/>
     <bean id="shibboleth.authn.LDAP.userFilter" class="java.lang.String" c:_0="(uid={user})" />
     <bean id="shibboleth.authn.LDAP.connectTimeout" class="java.lang.Integer" c:_0="3000" />
@@ -33,7 +33,7 @@
     <bean id="shibboleth.authn.LDAP.bindCredential" class="java.lang.String" c:_0="password" />
 
     <!-- Required for ldap-authn-direct-config and ldap-authn-ad-config; use %s at domain.com for AD -->
-    <bean id="shibboleth.authn.LDAP.dn-format" class="java.lang.String" c:_0="uid=%s,ou=people,dc=shibboleth,dc=net" />
+    <bean id="shibboleth.authn.LDAP.dn-format" class="java.lang.String" c:_0="uid=%s,ou=people,dc=example,dc=org" />
 
     <!-- Common pooling configuration used for DN resolution and binding -->
     <bean id="shibboleth.authn.LDAP.pool.minSize" class="java.lang.Integer" c:_0="3" />



More information about the commits mailing list