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

Re: How to check if slapd is TLS/SASL aware?



man ldapsearch should give some ideas how to instantiate a SASL connection. Also,
the actual below command should be:

ldapsearch -b "" -x -s one supportedSASLMechanisms


Tomas Maly wrote:

> ldapsearch -b "" -s one supportedSASLMechanisms
>
> That should tell you what SASL modules are enabled. If slapd is TLS enabled, you
> can pass the '-ZZ' parameter to authenticate and as long as is doesn't print out
> an error code, it works.
>
> Bob Tanner wrote:
>
> > How can tell if a slapd is TLS and/or SASL aware?
> >
> > I snarf'd the binary off the 'net and I don't know if it's been compiled with
> > TLS or SASL activated.
> >
> > --
> > Bob Tanner <tanner@real-time.com>       | Phone : (952)943-8700
> > http://www.mn-linux.org                 | Fax   : (952)943-8500
> > Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9