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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to