other revision 110993
11590Srgrimes#
21590Srgrimes# $FreeBSD: head/etc/pam.d/other 110993 2003-02-16 13:02:39Z des $
31590Srgrimes#
41590Srgrimes# PAM configuration for the "other" service
51590Srgrimes#
61590Srgrimes
71590Srgrimes# auth
81590Srgrimesauth		required	pam_nologin.so		no_warn
91590Srgrimesauth		sufficient	pam_opie.so		no_warn no_fake_prompts
101590Srgrimesauth		requisite	pam_opieaccess.so	no_warn allow_local
111590Srgrimes#auth		sufficient	pam_kerberosIV.so	no_warn try_first_pass
121590Srgrimes#auth		sufficient	pam_krb5.so		no_warn try_first_pass
131590Srgrimes#auth		sufficient	pam_ssh.so		no_warn try_first_pass
141590Srgrimesauth		required	pam_unix.so		no_warn try_first_pass
151590Srgrimes
161590Srgrimes# account
171590Srgrimes#account 	required	pam_kerberosIV.so
181590Srgrimes#account 	required	pam_krb5.so
191590Srgrimesaccount		required	pam_login_access.so
201590Srgrimesaccount		required	pam_unix.so
211590Srgrimes
221590Srgrimes# session
231590Srgrimes#session 	required	pam_kerberosIV.so
241590Srgrimes#session 	required	pam_krb5.so
251590Srgrimes#session 	optional	pam_ssh.so
261590Srgrimessession		required	pam_permit.so
271590Srgrimes
281590Srgrimes# password
291590Srgrimespassword	required	pam_permit.so
301590Srgrimes