diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-01-08 14:49:05 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-01-08 14:49:05 +0000 |
commit | ca2cb12dd3165ab006c674d673a2d596d642c875 (patch) | |
tree | ddf4f6dc4a8278c02279a6c137c15555d813af16 /modules/pam_selinux/pam_selinux_check.8 | |
parent | d48c90b14254794fcad9ccc37873a8c663cce02d (diff) | |
download | pam-ca2cb12dd3165ab006c674d673a2d596d642c875.tar.gz pam-ca2cb12dd3165ab006c674d673a2d596d642c875.tar.bz2 pam-ca2cb12dd3165ab006c674d673a2d596d642c875.zip |
Relevant BUGIDs:
Purpose of commit: bigfix
Commit summary:
---------------
2008-01-08 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/man/Makefile.am: Fix manual page dependencies,
add hack for bug in xsl stylestheets.
2008-01-02 Petteri Räty <betelgeuse@gentoo.org>
* modules/pam_limits/limits.conf: document allowed values for
nice.
* modules/pam_limits/limits.conf.5.xml: Likewise.
and readd files wrongly deleted before.
Diffstat (limited to 'modules/pam_selinux/pam_selinux_check.8')
-rw-r--r-- | modules/pam_selinux/pam_selinux_check.8 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/pam_selinux/pam_selinux_check.8 b/modules/pam_selinux/pam_selinux_check.8 new file mode 100644 index 00000000..d6fcdff1 --- /dev/null +++ b/modules/pam_selinux/pam_selinux_check.8 @@ -0,0 +1,35 @@ +.TH pam_selinux_check 8 2002/05/23 "Red Hat Linux" "System Administrator's Manual" +.SH NAME +pam_selinux_check \- login program to test pam_selinux.so +.SH SYNOPSIS +.B pam_selinux_check [user] +.br + +.SH DESCRIPTION +With no arguments, +.B pam_selinux_check +will prompt for user + +.SH OPTIONS +.IP target_user +The user to login as. + +.SH DIAGNOSTICS +You must setup a /etc/pam.d/pam_selinux_check file, in order for the check to work. + +When checking if a selinux is valid, +.B pam_selinux_check +returns an exit code of 0 for success and > 0 on error: + +.nf +1: Authentication failure +.fi + +.SH SEE ALSO +pam_selinux(8) + +.SH BUGS +Let's hope not, but if you find any, please email the author. + +.SH AUTHOR +Dan Walsh <dwalsh@redhat.com> |