[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SASL EXTERNAL via ldapi
On Mon, 21 Nov 2005 20:06:32 +0100
Michael Ströder <michael@stroeder.com> wrote:
> What does attribute supportedSASLMechanisms in your server's root DSE
> report? Are you sure you built slapd with SASL support?
ldapsearch -x -H ldapi:/// -b "" -LLL -s base supportedSASLMechanisms
dn:
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: OTP
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: CRAM-MD5
supportedSASLMechanisms: ANONYMOUS
Do I have to do something special for EXTERNAL? I don't remember having
to before.
Jim