Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] vt-ldap pooling

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] vt-ldap pooling


Chronological Thread 
  • From: Gagné Sébastien <>
  • To: "Tom Zeller" <>, "Rahul Doshi" <>
  • Cc: <>
  • Subject: RE: [grouper-users] vt-ldap pooling
  • Date: Tue, 26 Feb 2013 20:44:43 -0500
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

It's a good question, here I do have a reference to the ldap.properties in my
sources.xml (tried it a fully qualified name with no more success) :

<!-- Note that most of the ldap configuration is in the properties file.
The filename can be a file in your classpath or an absolute
pathname. -->

<init-param>
<param-name>ldapProperties_file</param-name>
<param-value>ldap.properties</param-value>
</init-param>


-----Message d'origine-----
De :


[mailto:]
De la part de Tom Zeller
Envoyé : 26 février 2013 17:14
À : Rahul Doshi
Cc :

Objet : Re: [grouper-users] vt-ldap pooling

Are you sure vt-ldap is reading ldap.properties ?

I think you have to instruct the ldap source adapter to read ldap.properties
in sources.xml, as ldap_propertiesFile or something like that.

On Tue, Feb 26, 2013 at 9:29 AM, Rahul Doshi
<>
wrote:
> Hello,
>
> I am using using LdapSourceAdapter in sources.xml and have specified
> properties below in ldap.properties to increase minimum pool size to
> 10 but it's not taking effect. Even after specifying minimum pool
> size to ten I just see three ldap connections when I do netstat. Can
> anyone suggest me what I might be missing.
>
> edu.vt.middleware.ldap.pool.minPoolSize = 10
> edu.vt.middleware.ldap.pool.maxPoolSize = 20
>
> Thanks,
> Rahul



Archive powered by MHonArc 2.6.16.

Top of Page