mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
0ea2fbc986
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
8 lines
248 B
Text
8 lines
248 B
Text
# Begin /etc/pam.d/other
|
|
|
|
auth required pam_unix.so nullok
|
|
account required pam_unix.so
|
|
session required pam_unix.so
|
|
password required pam_unix.so nullok
|
|
|
|
# End /etc/pam.d/other
|