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 7auth required pam_nologin.so no_warn 8auth include system 9 10# account 11account include system 12 13# session 14session required pam_permit.so 15 16# password 17password required pam_permit.so 18