Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2006 17:35:18 +0100
From:      Frank Bonnet <f.bonnet@esiee.fr>
To:        freebsd-questions@freebsd.org
Subject:   troubles with PAM at 6.0 
Message-ID:  <4411AAC6.6070201@esiee.fr>

next in thread | raw e-mail | index | archive | help
Hello

I'm in trouble with some PAM related services
the imap service won't work but I've modified
the /etc/pam.d/imap file according to the
pam documentation as follows

Of course I've installed latest nss_ldap and pam_ldap
from ports ( 6.0)

#
# $FreeBSD: src/etc/pam.d/imap,v 1.5 2003/03/08 09:50:11 markm Exp $
#
# PAM configuration for the "imap" service
#

# auth
#auth           required        pam_nologin.so          no_warn
#auth           sufficient      pam_krb5.so             no_warn try_first_pass
#auth           sufficient      pam_ssh.so              no_warn try_first_pass
auth            sufficient      /usr/local/lib/pam_ldap.so
auth            required        pam_unix.so             no_warn try_first_pass



any help welcome !
-- 
Frank Bonnet
- Memory fault - where am I? -



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4411AAC6.6070201>