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

Re: sasl



Cristian Banciu wrote:

Hi,

On my ldap server it seems that only supported SASL is gssapi. How can I enable md5-diggest to ?
The machine is a rh 9 with openldap 2.0. I also have cyrus-sasl-md5 installed on the machine.

ldapsearch -D "cn=root,dc=xxx,dc=eu,dc=org" -b "" -Wxs base -LLL supportedSASLMechanisms -h localhost
Enter LDAP Password:
dn:
supportedSASLMechanisms: GSSAPI

Add digest-md5 to the 'mechlist:' parameter in /usr/lib/sasl2/slapd.conf


Thank you very much