[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: SASL and SSL interactions



> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of samuel.osouf

> Hi all,
>
> This is more a matter of PROTOCOL than software...
> I don't understand the interactions betwenn SASL and SSL.
>
> Suppose I want to connect above SSL.
> Which combination should I use, or does it just have NO
> importance ?
>
>     LDAP's SIMPLE auth method on 636 ?

This is fine, if you mean that there is an LDAPS listener on port 636.
>
>     SASL + SASL EXTERNAL on 389 or 636 ??

This works if you have a valid client certificate, issued by the same CA
that issued the server's certificate. It will only work on a plain LDAP port
if you use the StartTLS request first. It will work on port 636 if that port
has an LDAPS listener.
>
>     SASL + SASL SIMPLE method ??

Generally SASL PLAIN is not supposed to be used with LDAP. Use LDAP simple
bind
instead. SASL PLAIN is turned off by default in slapd.
>
> Same question about TLS !

Same answers as SSL.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support