[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Postfix 2.0.16 CRAM/DIGEST-MD5 SMTP AUTH
--On Thursday, October 09, 2003 8:51 PM +0200 Tony Earnshaw
<tonni@billy.demon.nl> wrote:
SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Insufficient access (50)
additional info: SASL(-14): authorization failure: not authorized
We had this problem with SASL/GSSAPI when the incoming connection didn't
have the permissions to get the SASL supported mechanisms from the server.
To that end, we put in:
access to dn.base=""
by * read
Since we are doing a sasl-regexp, we also had to make sure that the (at the
moment) anonymous connection could also compare the attributes necessary to
authenticate the connection:
access to attrs=krb5PrincipalName,member,suseasstatus
by anonymous compare
by * break
--Quanah
--
Quanah Gibson-Mount
Principal Software Developer
ITSS/TSS/Computing Systems
ITSS/TSS/Infrastructure Operations
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html