[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Kerberized LDAP not accessible
- To: Thomas Schweikle <tps@vr-web.de>
- Subject: Re: Kerberized LDAP not accessible
- From: Brian Candler <B.Candler@pobox.com>
- Date: Sat, 22 Jan 2011 16:04:19 +0000
- Cc: openldap-technical@openldap.org
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :cc:subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=R6P4EmpNHW6+0ptF8vnWCDtmwes=; b=e6W7wFQ VI27/XpXakUYcm73W+qh/V9s5TBahGY8OncSAltuJ8V6ylTVTEBzbRR+mUBuzyqv kQ1Gxdb7/BlpGPYHOmZCzhgxXyuC7KG3AnngEL0D0QMxjeeNhW3QA7lUMb2qKBf5 7BVh6RS6bIdgGpDvw9PfpOg0Ht4AyZdHxSwY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to:cc :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=Z6Nywkc8YprAU6j/BanybTmpNpjS0mRu8 8jJ3IEsTjkYm92t9zcG0ChyK9/xB7m3d/5nXD24pmRjbrPdVl+9g6yI9b5IfEpwK kt1sR+AmRkxnKK5cLyLm8iEJ3erIlDVbgmEbGGULOepWV/T3SAnb8eVJWQpfbjg0 3bRtctUjlM=
- In-reply-to: <4D39ABA9.5060409@vr-web.de>
- References: <4D3963E1.8050008@vr-web.de> <20110121121559.GA4041@talktalkplc.com> <4D39ABA9.5060409@vr-web.de>
- User-agent: Mutt/1.5.20 (2009-06-14)
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.