[turba] Issues with LDAP and Personal Address Book.

Adam Tauno Williams adam at morrison-ind.com
Thu Jan 18 05:30:56 PST 2007


> However, after playing up, I found that if I replace:
> 'bind_dn' => 'uid=' . $uid . ',ou=People,' . $basedn,
> 'bind_password' => Auth::getCredential('password'),
> with
> 'bind_dn' => '',
> 'bind_password' => '',

Perhaps your bind is failing?  Is the "bind_dn" your actual user DN?

The latter ("'bind_password' => ''") will result in an anonymous bind;
which will always succeed unless you have anonymous binds disabled in
the LDAP server [which you should, otherwise DOSing your LDAP server is
trivial].



More information about the turba mailing list