Summary | Windows 2003 server cannot be used as source for shared LDAP addressbook |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | citycat4 (at) ngs (dot) ru |
Created | 07/14/2009 (5837 days ago) |
Due | |
Updated | 01/13/2010 (5654 days ago) |
Assigned | 07/20/2009 (5831 days ago) |
Resolved | 08/18/2009 (5802 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Set referrals (
Request #8432).http://git.horde.org/diff.php/turba/lib/Driver/Ldap.php?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=ddd78a35dc892e2dbdcbab6f077366ed8972fc65
http://cvs.horde.org/diff.php/turba/lib/Driver/ldap.php?rt=horde&r1=1.54.4.20&r2=1.54.4.21&ty=u
similar configuration option in your patch.
had check it. With no results. I didn't start to dig sources, if Turba
simply start to work :-)
Priority ⇒ 2. Medium
State ⇒ Feedback
Auth_ldap? We have an 'ad' parameter there, and set LDAP_OPT_REFERRALS
to false, if it is set.
If this makes sense, can you provide an updated patch, and also
include some documentation about that flag for source.php.dist?
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Windows 2003 server cannot be used as source for shared LDAP addressbook
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ Yes
New Attachment: ldap.php.patch
State ⇒ Unconfirmed
source, connect to server failed with message "Operations error". That
was done, because Windows 2003 required to setup "referrals" parameter
before binding to server. Without setup this parameter, bind was done.
but search try will fail with this message. Patch to
turba/lib/Driver/ldap.php attached. This patch required parameter
'referrals' in turba/sources.php