Service manual

Appendix J Linux-PAM 198
Cyclades-TS Installation & Service Manual
# The PAM configuration file for the samba service
#
samba auth required pam_unix.so
samba account required pam_unix.so
#
# The PAM configuration file for the su service
#
su auth required pam_wheel.so
su auth sufficient pam_rootok.so
su auth required pam_unix.so
su account required pam_unix.so
su session required pam_unix.so
#
# Information for the PPPD process with the login option.
#
ppp auth required pam_nologin.so
ppp auth required pam_unix.so
ppp account required pam_unix.so
ppp session required pam_unix.so
#
# The PAM configuration file for the other service
#
other auth required pam_warn.so
other auth required pam_deny.so
other account required pam_deny.so
other password required pam_warn.so