On 20/02/2011 04:02, Quanah Gibson-Mount wrote:
--On Thursday, February 17, 2011 6:38 PM +0100 Fabien COMBERNOUS fcombernous@kezia.com wrote:
Hi the list,
I want to add a supportedSASLMechanisms in my rootDSE : Today, i have all of this : ldapsearch -LLL -b "" -s base -x '(objectclass=*)' supportedSASLMechanisms dn: supportedSASLMechanisms: NTLM supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5
The supported SASL Mechanism's comes from the underlying SASL library (cyrus-sasl). On Debian/Ubuntu systems, you'll need to install the cyrus-sasl GSSAPI package, then it should appear.
It is what i observed after a restart of slapd. But thank you to use a part of your time to provide me an answer.
Regards,