mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
356 B
9 lines
356 B
24 years ago
|
# Simple pam.conf for rescue disk
|
||
|
# Be sure to include the libraries in the fourth column
|
||
|
# in Bootdisk_contents
|
||
|
auth optional /lib/security/pam_permit.so
|
||
|
auth optional /lib/security/pam_permit.so
|
||
|
account optional /lib/security/pam_permit.so
|
||
|
password optional /lib/security/pam_permit.so
|
||
|
session optional /lib/security/pam_permit.so
|