| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 | # ---------------------------------------------------------------------------## /etc/pam.conf								     ##									     ## Last modified by Andrew G. Morgan <morgan@kernel.org>		             ## ---------------------------------------------------------------------------## $Id$# ---------------------------------------------------------------------------## serv.	module	   ctrl	      module [path]	...[args..]		     ## name	type	   flag							     ## ---------------------------------------------------------------------------### The PAM configuration file for the `chfn' service#chfn	auth       required   pam_unix.sochfn	account    required   pam_unix.so#chfn	password   required   pam_cracklib.so retry=3chfn	password   required   pam_unix.so shadow md5 use_authtok## The PAM configuration file for the `chsh' service#chsh	auth       required   pam_unix.sochsh	account    required   pam_unix.so#chsh	password   required   pam_cracklib.so retry=3chsh	password   required   pam_unix.so shadow md5 use_authtok## The PAM configuration file for the `ftp' service#ftp	auth       requisite  pam_listfile.so \		item=user sense=deny file=/etc/ftpusers onerr=succeedftp	auth       requisite  pam_shells.softp	auth       required   pam_unix.softp	account    required   pam_unix.so## The PAM configuration file for the `imap' service#imap	auth       required   pam_unix.soimap	account    required   pam_unix.so## The PAM configuration file for the `login' service##login	auth       requisite  pam_securetty.sologin	auth       required   pam_unix.sologin	auth       optional   pam_group.sologin	account    requisite  pam_time.sologin	account    required   pam_unix.so#login	password   required   pam_cracklib.so retry=3login	password   required   pam_unix.so shadow md5 use_authtoklogin	session    required   pam_unix.so## The PAM configuration file for the `netatalk' service#netatalk	auth       required   pam_unix.sonetatalk	account    required   pam_unix.so## The PAM configuration file for the `other' service#other	auth       required   pam_deny.soother	auth       required   pam_warn.soother	account    required   pam_deny.soother	password   required   pam_deny.soother	password   required   pam_warn.soother	session    required   pam_deny.so## The PAM configuration file for the `passwd' service##passwd	password   requisite  pam_cracklib.so retry=3passwd	password   required   pam_unix.so shadow md5 use_authtok## The PAM configuration file for the `rexec' service#rexec	auth       requisite  pam_securetty.sorexec	auth       requisite  pam_nologin.sorexec	auth       sufficient pam_rhosts_auth.sorexec	auth       required   pam_unix.sorexec	account    required   pam_unix.sorexec	session    required   pam_unix.sorexec	session    required   pam_limits.so## The PAM configuration file for the `rlogin' service# this application passes control to `login' if it fails#rlogin	auth       requisite  pam_securetty.sorlogin	auth       requisite  pam_nologin.sorlogin	auth       required   pam_rhosts_auth.sorlogin	account    required   pam_unix.so#rlogin	password   required   pam_cracklib.so retry=3rlogin	password   required   pam_unix.so shadow md5 use_authtokrlogin	session    required   pam_unix.sorlogin	session    required   pam_limits.so## The PAM configuration file for the `rsh' service#rsh	auth       requisite  pam_securetty.sorsh	auth       requisite  pam_nologin.sorsh	auth       sufficient pam_rhosts_auth.sorsh	auth       required   pam_unix.sorsh	account    required   pam_unix.sorsh	session    required   pam_unix.sorsh	session    required   pam_limits.so## The PAM configuration file for the `samba' service#samba	auth       required   pam_unix.sosamba	account    required   pam_unix.so## The PAM configuration file for the `su' service#su	auth       required   pam_wheel.sosu	auth       sufficient pam_rootok.sosu	auth       required   pam_unix.sosu	account    required   pam_unix.sosu	session    required   pam_unix.so## The PAM configuration file for the `vlock' service#vlock	auth       required   pam_unix.so## The PAM configuration file for the `xdm' service#xdm	auth       required   pam_unix.soxdm	account    required   pam_unix.so## The PAM configuration file for the `xlock' service#xlock	auth       required   pam_unix.so
 |