Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 21:48:25 +0200
From:      Mark Murray <mark@grondar.za>
To:        current@freebsd.org
Subject:   HEADS UP!! New PAM functionaity in CURRENT!
Message-ID:  <200103271947.f2RJlDf80550@gratis.grondar.za>

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

I have just added new PAM functionality to CURRENT. There is now
better support for account management and sessions. If you foul
up your pam.conf merging, you may not be able to get into your
system.

PLEASE MERGE /etc/pam.conf WITH CARE!

At the least, your login section should look like:

login   auth    required        pam_unix.so                     try_first_pass
login   account required        pam_unix.so
login   password required       pam_permit.so
login   session required        pam_permit.so

and your sshd section should look like:

sshd    auth    required        pam_unix.so                     try_first_pass
sshd    account required        pam_unix.so
sshd    password required       pam_permit.so
sshd    session required        pam_permit.so

M
-- 
Mark Murray
Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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