LDAP and OpenSSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dmf

    LDAP and OpenSSL

    Hi,

    I have a question regarding using SSL connections with LDAP.

    Background:
    We have a sun server, and PHP has been compiled against the LDAP
    libraries provided by Sun. Almost everything I have read regarding
    PHP and LDAP refers to OpenLDAP.

    Question:
    Is OpenLDAP required for SSL connections to function properly, or
    should I expect that there is a configuration issue somewhere with
    LDAP and SSL?

    Any help would be greatly appreciated! Thanks!

    -- Dave
  • C. (http://symcbean.blogspot.com/)

    #2
    Re: LDAP and OpenSSL

    On Jul 22, 6:19 pm, dmf <dmfa...@gmail. comwrote:
    Hi,
    >
    I have a question regarding using SSL connections with LDAP.
    >
    Background:
    We have a sun server, and PHP has been compiled against the LDAP
    libraries provided by Sun. Almost everything I have read regarding
    PHP and LDAP refers to OpenLDAP.
    >
    Question:
    Is OpenLDAP required for SSL connections to function properly,
    Short answer is no.

    I assume you are trying to connect to the LDAP server over SSL - you
    will need openSSL support built into PHP and the supporting libs
    installed.

    C.

    Comment

    Working...