IDPV3: ldap properties in ldap-authn-config.xml

TISSOT Jacques jacques.tissot at unifr.ch
Wed Sep 9 04:51:53 EDT 2015


Hello,

My v2 config (attribute-resolver.xml):

    <resolver:DataConnector id="myLDAP" xsi:type="dc:LDAPDirectory xmlns="urn:mace:shibboleth:2.0:resolver:dc"
        ldapURL="ldaps://ads.unifr.ch:636"
        baseDN="ou=People,ou=Uni Fribourg,dc=unifr,dc=ch"
        principal="cn=<username>,ou=users,ou=Uni Fribourg,dc=unifr,dc=ch"
        principalCredential="********"
        connectionStrategy="ACTIVE_PASSIVE"
        maxResultSize="30"
        searchTimeLimit="5000">

	<dc:FilterTemplate>
	   .....
	</dc:FilterTemplate>

	<ConnectionPool minPoolSize="2"
			    maxPoolSize="6"
			    validatePeriodically="true"/>


That was working perfectly with 5 AD servers behind ads.unifr.ch (DNS RoundRobin).

Jacques Tissot


From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Daniel Fisher
Sent: mercredi 9 septembre 2015 06:45
To: Shib Users
Subject: Re: IDPV3: ldap properties in ldap-authn-config.xml

On Tue, Sep 8, 2015 at 11:19 AM, TISSOT Jacques <jacques.tissot at unifr.ch> wrote:
So, is there a way to configure a pool of ldap servers by the mean of ldap-authn-config.xml and ldap.properties as it was possible with IDP v2?

Yes and v3 does connection pooling as well. What does your v2 config look like?

--Daniel Fisher
 


More information about the users mailing list