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

Re: How to configure OpenLDAP to use DIGEST-MD5 - SASL Mechanism



On Tue, Nov 27, 2001 at 01:57:16PM -0800, Laxmi Thota wrote:
> I am using OpenLDAP v2 on Linux with Redhat distribution.
> 
> I want to use DIGEST-MD5 - SASL Mechanism for authenticating LDAP clients.
> 
> LDAP server query to list the supported SASL mechanisms, does not list 
> DIGEST-MD5.
> 
> How can I configure OpenLDAP to use DIGEST-MD5 - SASL Mechanism?  Can some 
> one please help.

Does the server have a sasldb?  If not, you can create one using the
"saslpasswd" command.  If you have one, can slapd read it?  With the
default packaged configuration, that means that it needs to be readable
by the "ldap" group.

HTH,

Nalin