You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/09/28 03:34:14 UTC

DO NOT REPLY [Bug 31443] New: - Add TLS Support to mod_ldap

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31443>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31443

Add TLS Support to mod_ldap

           Summary: Add TLS Support to mod_ldap
           Product: Apache httpd-2.0
           Version: 2.0.51
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: david@kineticode.com


mod_ldap currently uses SSL to connect to an LDAP server using the ldaps://
connection scheme. It'd be nice if it also supported TLS with the ldap://
scheme. I suspect that a call to start_tls just has to be added; perhaps there
could be an LDAPStartTLS httpd.conf directive to enable this?

For background, the difference between TLS on ldap:// and SSL on ldaps:// is
explained here:

  http://www.openldap.org/lists/openldap-software/200406/msg00454.html

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org