Blame modules/pam_deny/README

Packit 7e982e
pam_deny — The locking-out PAM module
Packit 7e982e
Packit 7e982e
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Packit 7e982e
Packit 7e982e
DESCRIPTION
Packit 7e982e
Packit 7e982e
This module can be used to deny access. It always indicates a failure to the
Packit 7e982e
application through the PAM framework. It might be suitable for using for
Packit 7e982e
default (the OTHER) entries.
Packit 7e982e
Packit 7e982e
EXAMPLES
Packit 7e982e
Packit 7e982e
#%PAM-1.0
Packit 7e982e
#
Packit 7e982e
# If we don't have config entries for a service, the
Packit 7e982e
# OTHER entries are used. To be secure, warn and deny
Packit 7e982e
# access to everything.
Packit 7e982e
other auth     required       pam_warn.so
Packit 7e982e
other auth     required       pam_deny.so
Packit 7e982e
other account  required       pam_warn.so
Packit 7e982e
other account  required       pam_deny.so
Packit 7e982e
other password required       pam_warn.so
Packit 7e982e
other password required       pam_deny.so
Packit 7e982e
other session  required       pam_warn.so
Packit 7e982e
other session  required       pam_deny.so
Packit 7e982e
Packit 7e982e
Packit 7e982e
AUTHOR
Packit 7e982e
Packit 7e982e
pam_deny was written by Andrew G. Morgan <morgan@kernel.org>
Packit 7e982e