diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-24 11:42:39 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-24 11:42:39 +0000 |
commit | 1e50936923080d9f919e00de48733212cc2c4336 (patch) | |
tree | 7bf3c9f72a89aabb29345486d2022e91465e1380 /modules/pam_succeed_if/pam_succeed_if.8 | |
parent | 128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5 (diff) |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
new feature: Add pam_succeed_if Module
Diffstat (limited to 'modules/pam_succeed_if/pam_succeed_if.8')
-rw-r--r-- | modules/pam_succeed_if/pam_succeed_if.8 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/pam_succeed_if/pam_succeed_if.8 b/modules/pam_succeed_if/pam_succeed_if.8 new file mode 100644 index 00000000..2dec43ac --- /dev/null +++ b/modules/pam_succeed_if/pam_succeed_if.8 @@ -0,0 +1,30 @@ +.\" Copyright 2003 Red Hat, Inc. +.\" Written by Nalin Dahyabhai <nalin@redhat.com> +.TH pam_succeed_if 8 2003/6/30 "Red Hat Linux" "System Administrator's Manual" + +.SH NAME +pam_succeed_if \- succeed or fail based on account characteristics + +.SH SYNOPSIS +.B account sufficient pam_succeed_if.so uid < 500 + +.SH DESCRIPTION +pam_succeed_if.so is designed to succeed or fail authentication based on +characteristics of the account belonging to the user being authenticated. + +The module can be given one or more conditions as module arguments, and +authentication will succeed only if all of the conditions are met. + +.SH ARGUMENTS +.IP debug +Turns on debugging messages sent to syslog. +.IP use_uid +Evaluate conditions using the account of the user whose UID the application +is running under instead of the user being authenticated. + +.SH BUGS +Let's hope not, but if you find any, please report them via the "Bug Track" +link at http://bugzilla.redhat.com/bugzilla/ + +.SH AUTHOR +Nalin Dahyabhai <nalin@redhat.com> |