mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-29 10:23:34 +01:00
9f15f901ce
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
|