[turba] AD Ldap issue

Jan Schneider jan at horde.org
Tue May 30 15:13:47 PDT 2006


Zitat von Terry Poperszky <Terry.Poperszky at SOSStaffing.Com>:

> Anonymous is off by default, but in order to work with devices that
> don't allow binding, I have enabled it.
>
> I added the tls paramater and got this error:
>
>
> Parse error: parse error, expecting `')'' in
> /srv/www/htdocs/turba/config/sources.php on line 166
>
> Notice: Undefined variable: cfgSources in
> /srv/www/htdocs/turba/lib/base.php on line 45

You broke the PHP code of the sources.php configuration file.

> Cliff Green wrote:
>> 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.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the turba mailing list