swapping out ldaptive provider
Misagh Moayyed
mmoayyed at unicon.net
Mon Apr 6 15:07:32 EDT 2015
Would something like this work?
<bean id="unboundidLdapProvider"
class="org.ldaptive.provider.unboundid.UnboundIDProvider" />
<bean id="connectionFactory"
class="org.ldaptive.DefaultConnectionFactory"
p:connectionConfig-ref="connectionConfig"
p:provider-ref="unboundidLdapProvider" />
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On
Behalf Of Kevin Foote
Sent: Monday, April 6, 2015 11:56 AM
To: Shib Users
Subject: swapping out ldaptive provider
Hi Daniel,
I’m wondering about swapping out the ldap provider within the ldaptive
package. Is this possible without a recompile of ldaptive and or adding
additional jars?
Is there a config setting that can be used for this in the ldap.properties
file or would this be better as a JVM flag?
-Dorg.ldaptive.provider=org.ldaptive.provider.unboundid.UnboundIDProvider
--------
thanks
kevin.foote
--
To unsubscribe from this list send an email to
users-unsubscribe at shibboleth.net
More information about the users
mailing list