1 # $NetBSD: other,v 1.4 2005/02/27 03:40:14 thorpej Exp $ 2 # 3 # PAM configuration for the "other" service 4 # 5 6 # auth 7 auth required pam_nologin.so no_warn 8 auth include system 9 10 # account 11 account include system 12 13 # session 14 session required pam_permit.so 15 16 # password 17 password required pam_permit.so 18