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

Re: Kerberized LDAP not accessible



On Fri, Jan 21, 2011 at 04:52:09PM +0100, Thomas Schweikle wrote:
> > I found the same (that DIGEST-MD5 was being preferred over GSSAPI). You can
> > fix it by disabling DIGEST-MD5.
> > 
> > Under Ubuntu, I did this by
> > 
> >     # vi /etc/ldap/sasl2/slapd.conf
> >     mech_list: gssapi external
> > 
> > The location of this config file may differ under other distros.
> 
> I do have the directory, but not the file ... do I have to create it
> myself or is it part of a package I did not install?

You have to create it.