[turba] AD Ldap issue
Cliff Green
green at umdnj.edu
Tue May 30 09:46:48 PDT 2006
On 05/30/2006, Terry Poperszky wrote about [turba] AD Ldap issue:
> We are switching from a Exchange 5.5 Ldap server to 2003 AD Ldap, and I
> have run into a wall with Turba (// $Horde: turba/config/conf.xml,v
> 1.5). I have changed the relevant area in the sources.php, but when ever
> I try and check the address book the turba simply hangs and never comes
> back with a response.
>
> Can someone point me in the proper direction?
Well, for one thing, I believe AD requires a binding DN and
credentials for a query - i.e., I believe there are no anonymous
queries of AD. So, you'll want 'bind_dn' and 'bind_password' parms in
your params array.
Also, I believe you will need to make a tls (or LDAPS) connection for
your queries, so you might want to try adding a 'tls => true' option
in the params array as well.
To be candid, I've only made ldap connections to our AD forest using
perl, but that's what I needed to do - YMMV.
c
--
Cliff Green
Business Systems & Technologies/UMDNJ
"Without deviation from the norm, progress is not possible."
-- Frank Zappa
More information about the turba
mailing list