blob: d0d7c0975597f1cbaa9ef2fa72af6e42dc983df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#%PAM-1.0
#
#
# Copyright 1998-2007 Double Precision, Inc. See COPYING for
# distribution information.
#
# This is a sample authpam configuration file that uses system-auth
# (required starting with pam 0.99).
auth required pam_nologin.so
auth include system-auth
account include system-auth
session include system-auth
|