blob: 88ca530605620f1850c21b440b3465ec4be24361 (
plain)
1
2
3
4
5
6
7
8
|
# Provided by mailbase (dont remove this line!)
# Standard pam.d file for mail service packages.
# $Id$
auth required pam_nologin.so
auth include system-auth
account include system-auth
session include system-auth
|