- PAM configuration for krshd when encryption is not being used

This commit is contained in:
Nalin Dahyabhai 2007-06-22 21:56:36 +00:00
parent ad9d82cb5c
commit 0ac131442d

10
kshell.pamd Normal file
View File

@ -0,0 +1,10 @@
#%PAM-1.0
# For root login to succeed here with pam_securetty, "kshell" must be
# listed in /etc/securetty.
auth required pam_nologin.so
auth required pam_securetty.so
auth required pam_env.so
auth required pam_rhosts_auth.so
account include system-auth
session optional pam_keyinit.so force revoke
session include system-auth