Re: lots of empty ldap connexions
LALOT Dominique <dom.lalot <at> gmail.com>
2012-03-15 17:17:58 GMT
2011/11/16 LALOT Dominique <dom.lalot <at> gmail.com>
> Hello,
> I am checking some ldap access before going to production. And I found
> that one of our ldap server is having strange empty connexions, there is
> maye be 10 connexions like this for a login and 3 for a single GetMail
> That server is only configured in turba. So I post a turba question..
> What is strange is to bind, and no search, no operation is done..
> The source is OK, and I can search for names, mails and so on.
> turba 3.0.10, php 5.3.6
>
> my backends.local.php has a central shared ldap.
> $cfgSources['localldap'] = array(
> 'title' => 'Annuaire AMU',
> 'type' => 'ldap',
> 'disabled' => false,
> 'params' => array(
> 'server' => 'ldap2.xx ldap1.xx',
> 'port' => 389,
> 'root' => 'ou=people,dc=univ,dc=fr',
> 'dn' => array('uid'),
> 'encoding' => 'utf8',
> 'filter' =>
> '|(edupersonaffiliation=employee)(edupersonaffiliation=researcher)(edupersonaffiliation=faculty)',
> 'sizelimit' => 20,
> 'scope' => 'sub',
> 'charset' => 'iso-8859-1',
> 'objectclass' => array('supannperson'), #semble s'en battre les
> couilles
> 'version' => 3,
(Continue reading)