| Summary | Offer TLS Support for LDAP authentication in Horde |
| Queue | Horde Framework Packages |
| Queue Version | FRAMEWORK_3 |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | Jan Schneider <jan (at) horde (dot) org> |
| Requester | web (at) marlboro (dot) edu |
| Created | 02/06/2009 (1594 days ago) |
| Due | |
| Updated | 04/04/2009 (1537 days ago) |
| Assigned | |
| Resolved | 04/04/2009 (1537 days ago) |
| Attachments | tls.patch ![]() |
| Milestone | 3.3.4 |
| Patch | Yes |
http://cvs.horde.org/diff.php/forwards/config/conf.xml?rt=horde&r1=1.7.2.1&r2=1.7.2.2&ty=u
http://cvs.horde.org/diff.php/forwards/docs/CHANGES?rt=horde&r1=1.34.2.11&r2=1.34.2.12&ty=u
http://cvs.horde.org/diff.php/forwards/lib/Driver/ldap.php?rt=horde&r1=1.10.2.4&r2=1.10.2.5&ty=u
http://cvs.horde.org/diff.php/framework/Auth/Auth/ldap.php?rt=horde&r1=1.47.10.30&r2=1.47.10.31&ty=u
http://cvs.horde.org/diff.php/framework/Group/Group/ldap.php?rt=horde&r1=1.18.2.14&r2=1.18.2.15&ty=u
http://cvs.horde.org/diff.php/framework/Prefs/Prefs/ldap.php?rt=horde&r1=1.85.10.31&r2=1.85.10.32&ty=u
http://cvs.horde.org/diff.php/horde/config/conf.xml?rt=horde&r1=1.74.2.82&r2=1.74.2.83&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.520&r2=1.515.2.521&ty=u
http://cvs.horde.org/diff.php/vacation/config/conf.xml?rt=horde&r1=1.15.2.10&r2=1.15.2.11&ty=u
http://cvs.horde.org/diff.php/vacation/docs/CHANGES?rt=horde&r1=1.57.2.19&r2=1.57.2.20&ty=u
http://cvs.horde.org/diff.php/vacation/lib/Driver/ldap.php?rt=horde&r1=1.17.2.14&r2=1.17.2.15&ty=u
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/forwards/config/conf.xml?rt=horde&r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/forwards/docs/CHANGES?rt=horde&r1=1.44&r2=1.45&ty=u
http://cvs.horde.org/diff.php/forwards/lib/Driver/ldap.php?rt=horde&r1=1.19&r2=1.20&ty=u
http://cvs.horde.org/diff.php/vacation/config/conf.xml?rt=horde&r1=1.30&r2=1.31&ty=u
http://cvs.horde.org/diff.php/vacation/docs/CHANGES?rt=horde&r1=1.76&r2=1.77&ty=u
http://cvs.horde.org/diff.php/vacation/lib/Driver/ldap.php?rt=horde&r1=1.36&r2=1.37&ty=u
http://cvs.horde.org/diff.php/framework/Auth/Auth/ldap.php?rt=horde&r1=1.93&r2=1.94&ty=u
http://cvs.horde.org/diff.php/framework/Group/Group/ldap.php?rt=horde&r1=1.45&r2=1.46&ty=u
http://cvs.horde.org/diff.php/framework/Prefs/Prefs/ldap.php?rt=horde&r1=1.123&r2=1.124&ty=u
http://cvs.horde.org/diff.php/horde/config/conf.xml?rt=horde&r1=1.249&r2=1.250&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.1220&r2=1.1221&ty=u
State ⇒ Accepted
State ⇒ New
New Attachment: tls.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Offer TLS Support for LDAP authentication in Horde
Type ⇒ Enhancement
Priority ⇒ 1. Low
away with ldaps in favor of TLS on port 389.
PHP has had support for LDAP with TLS for some time and it seems
relatively stable in my tests.
Here's a patch that enables optional TLS support for Horde with LDAP
authentication.
-Elliot