8 lines
222 B
Bash
8 lines
222 B
Bash
#%PAM-1.0
|
|
|
|
auth requisite pam_nologin.so
|
|
auth include system-local-login
|
|
account include system-local-login
|
|
session include system-local-login
|
|
password include system-local-login
|