From 9c45d9ad13fdf439d44d7443ae75da15ea0223ed Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Mon, 19 Aug 2013 16:39:41 -0400 Subject: Initial checkin Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy. --- sqwebmail/sqwebmail-system-auth.pamconf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sqwebmail/sqwebmail-system-auth.pamconf (limited to 'sqwebmail/sqwebmail-system-auth.pamconf') diff --git a/sqwebmail/sqwebmail-system-auth.pamconf b/sqwebmail/sqwebmail-system-auth.pamconf new file mode 100644 index 0000000..bc915e8 --- /dev/null +++ b/sqwebmail/sqwebmail-system-auth.pamconf @@ -0,0 +1,13 @@ +#%PAM-1.0 +# +# +# Copyright 1998-2001 Double Precision, Inc. See COPYING for +# distribution information. +# +# This is a sample authpam configuration file that uses pam_stack +# (circa linux-pam 0.72). + +auth required pam_nologin.so +auth required pam_stack.so service=system-auth +account required pam_stack.so service=system-auth +session required pam_stack.so service=system-auth -- cgit v1.2.3