Summary | Ldap version selection in test.php |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | b.van.lent (at) prompt (dot) nl |
Created | 03/24/2009 (5971 days ago) |
Due | |
Updated | 03/25/2009 (5970 days ago) |
Assigned | 03/25/2009 (5970 days ago) |
Resolved | 03/25/2009 (5970 days ago) |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 1. Low
http://cvs.horde.org/diff.php/turba/test.php?rt=horde&r1=1.24&r2=1.25&ty=u
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ldap version selection in test.php
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ Yes
New Attachment: test.php.diff
State ⇒ Unconfirmed
with "Zero or more than one DN returned from search; unable to
determine user's correct DN". This is a correct error but to see why
its giving this error you can use the test.php file included with
turba to test the ldap connection. There is no option to switch ldap
protocol version so if you use version 3 all your testing will fail
since the test wont be able to bind to the ldap. This can also bring
people into the wrong direction when they think they have configured
the ldap preferences wrong when its not, but only a version problem
when binding with the test file.
Attached the unified diff from my changes.
Regards