| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Message-ID: <78c6bd860809172028s3115572cp7bcf2270f18be0c0@mail.gmail.com> Date: Wed, 17 Sep 2008 23:28:56 -0400 From: "Michael B Allen" <ioplex@gmail.com> To: "Klaus Heinrich Kiwi" <klausk@linux.vnet.ibm.com> In-Reply-To: <1221686507.9420.28.camel@klausk.br.ibm.com> MIME-Version: 1.0 Content-Disposition: inline Cc: kerberos@mit.edu Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kerberos-bounces@mit.edu On Wed, Sep 17, 2008 at 5:21 PM, Klaus Heinrich Kiwi <klausk@linux.vnet.ibm.com> wrote: > Hi everyone, > > I was wondering how can I use the LDAP backend over a TLS connection. > Looking at the krb5.conf file man page, looks like there is no option > covering this and I'm assuming that simply using ldaps:// as the > ldap_servers URI will toggle SSL over port 636 instead of TLS at port > 389. > > ldapi://socket will initiate a unix socket connection > ldap://host will start an unsecured connection at port 389 > ldaps://host will start SSL through port 636 > > Is there a way to START_TLS over port 389? Perhaps you can grep through the ldap backend source. If it uses OpenLDAP's API I believe the function in question is called ldap_start_tls_s. If it exists, maybe you can determine what conditions are required to trigger it. Or wait for someone to answer who actually knows how the LDAP backend works :-> Mike -- Michael B Allen PHP Active Directory SPNEGO SSO http://www.ioplex.com/ ________________________________________________ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |