diff options
| author | skkim <09labs@keti.re.kr> | 2018-05-03 13:20:55 +0900 |
|---|---|---|
| committer | skkim <09labs@keti.re.kr> | 2018-05-03 13:20:55 +0900 |
| commit | 7e7e8fdcb8263ee2392de1d8dd1a47db615c0b7d (patch) | |
| tree | 2aa1f376f3ed1a634150d4a306a3f2581d507dd2 /pam.d/poweroff | |
Diffstat (limited to 'pam.d/poweroff')
| -rw-r--r-- | pam.d/poweroff | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pam.d/poweroff b/pam.d/poweroff new file mode 100644 index 0000000..7579d4b --- /dev/null +++ b/pam.d/poweroff @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth sufficient /lib/security/pam_rootok.so +auth required /lib/security/pam_console.so +auth sufficient /lib/security/pam_ldap.so +auth required /lib/security/pam_pwdb.so +account required /lib/security/pam_permit.so |
