summaryrefslogtreecommitdiff
path: root/modules/pam_loginuid
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2008-01-08 12:44:15 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2008-01-08 12:44:15 +0000
commitd48c90b14254794fcad9ccc37873a8c663cce02d (patch)
tree62e42b3fd242091e7fab171d1b816586c09e743c /modules/pam_loginuid
parent1f802e15b36f0ca69dc4127a9332983acfd70117 (diff)
Relevant BUGIDs:
Purpose of commit: cleanup Commit summary: --------------- Remove autogenerated documentation from CVS
Diffstat (limited to 'modules/pam_loginuid')
-rw-r--r--modules/pam_loginuid/.cvsignore2
-rw-r--r--modules/pam_loginuid/README29
-rw-r--r--modules/pam_loginuid/pam_loginuid.859
3 files changed, 2 insertions, 88 deletions
diff --git a/modules/pam_loginuid/.cvsignore b/modules/pam_loginuid/.cvsignore
index 2a3d8d21..cb4cb6de 100644
--- a/modules/pam_loginuid/.cvsignore
+++ b/modules/pam_loginuid/.cvsignore
@@ -5,3 +5,5 @@
Makefile
Makefile.in
pam_loginuid
+README
+pam_loginuid.8
diff --git a/modules/pam_loginuid/README b/modules/pam_loginuid/README
deleted file mode 100644
index f07cffeb..00000000
--- a/modules/pam_loginuid/README
+++ /dev/null
@@ -1,29 +0,0 @@
-pam_loginuid — Record user's login uid to the process attribute
-
-━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
-DESCRIPTION
-
-The pam_loginuid module sets the loginuid process attribute for the process
-that was authenticated. This is necessary for applications to be correctly
-audited. This PAM module should only be used for entry point applications like:
-login, sshd, gdm, vsftpd, crond and atd. There are probably other entry point
-applications besides these. You should not use it for applications like sudo or
-su as that defeats the purpose by changing the loginuid to the account they
-just switched to.
-
-EXAMPLES
-
-#%PAM-1.0
-auth required pam_unix.so
-auth required pam_nologin.so
-account required pam_unix.so
-password required pam_unix.so
-session required pam_unix.so
-session required pam_loginuid.so
-
-
-AUTHOR
-
-pam_loginuid was written by Steve Grubb <sgrubb@redhat.com>
-
diff --git a/modules/pam_loginuid/pam_loginuid.8 b/modules/pam_loginuid/pam_loginuid.8
deleted file mode 100644
index ef0f95f1..00000000
--- a/modules/pam_loginuid/pam_loginuid.8
+++ /dev/null
@@ -1,59 +0,0 @@
-.\" Title: pam_loginuid
-.\" Author:
-.\" Generator: DocBook XSL Stylesheets vsnapshot_2006\-08\-24_0226 <http://docbook.sf.net/>
-.\" Date: 09/06/2006
-.\" Manual: Linux\-PAM Manual
-.\" Source: Linux\-PAM Manual
-.\"
-.TH "PAM_LOGINUID" "8" "09/06/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-pam_loginuid \- Record user's login uid to the process attribute
-.SH "SYNOPSIS"
-.HP 16
-\fBpam_loginuid.so\fR [require_auditd]
-.SH "DESCRIPTION"
-.PP
-The pam_loginuid module sets the loginuid process attribute for the process that was authenticated. This is necessary for applications to be correctly audited. This PAM module should only be used for entry point applications like: login, sshd, gdm, vsftpd, crond and atd. There are probably other entry point applications besides these. You should not use it for applications like sudo or su as that defeats the purpose by changing the loginuid to the account they just switched to.
-.SH "OPTIONS"
-.TP 3n
-\fBrequire_auditd\fR
-This option, when given, will cause this module to query the audit daemon status and deny logins if it is not running.
-.SH "MODULE SERVICES PROVIDED"
-.PP
-The
-\fBsession\fR
-service is supported.
-.SH "RETURN VALUES"
-.PP
-.TP 3n
-PAM_SESSION_ERR
-An error occured during session management.
-.SH "EXAMPLES"
-.sp
-.RS 3n
-.nf
-#%PAM\-1.0
-auth required pam_unix.so
-auth required pam_nologin.so
-account required pam_unix.so
-password required pam_unix.so
-session required pam_unix.so
-session required pam_loginuid.so
-
-.fi
-.RE
-.SH "SEE ALSO"
-.PP
-
-\fBpam.conf\fR(5),
-\fBpam.d\fR(8),
-\fBpam\fR(8),
-\fBauditctl\fR(8),
-\fBauditd\fR(8)
-.SH "AUTHOR"
-.PP
-pam_loginuid was written by Steve Grubb <sgrubb@redhat.com>