summaryrefslogtreecommitdiff
path: root/modules/pam_exec
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_exec
parent1f802e15b36f0ca69dc4127a9332983acfd70117 (diff)
Relevant BUGIDs:
Purpose of commit: cleanup Commit summary: --------------- Remove autogenerated documentation from CVS
Diffstat (limited to 'modules/pam_exec')
-rw-r--r--modules/pam_exec/.cvsignore2
-rw-r--r--modules/pam_exec/README42
-rw-r--r--modules/pam_exec/pam_exec.888
3 files changed, 2 insertions, 130 deletions
diff --git a/modules/pam_exec/.cvsignore b/modules/pam_exec/.cvsignore
index 9fb98574..47c8610e 100644
--- a/modules/pam_exec/.cvsignore
+++ b/modules/pam_exec/.cvsignore
@@ -4,3 +4,5 @@
.libs
Makefile
Makefile.in
+README
+pam_exec.8
diff --git a/modules/pam_exec/README b/modules/pam_exec/README
deleted file mode 100644
index 8ff9a742..00000000
--- a/modules/pam_exec/README
+++ /dev/null
@@ -1,42 +0,0 @@
-pam_exec — PAM module which calls an external command
-
-━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
-
-DESCRIPTION
-
-pam_exec is a PAM module that can be used to run an external command.
-
-OPTIONS
-
-debug
-
- Print debug information.
-
-log=file
-
- The output of the command is appended to file
-
-seteuid
-
- Per default pam_exec.so will execute the external command with the real
- user ID of the calling process. Specifying this option means the command is
- run with the effective user ID.
-
-EXAMPLES
-
-Add the following line to /etc/pam.d/passwd to rebuild the NIS database after
-each local password change:
-
- passwd optional pam_exec.so seteuid make -C /var/yp
-
-
-This will execute the command
-
-make -C /var/yp
-
-with effective user ID.
-
-AUTHOR
-
-pam_exec was written by Thorsten Kukuk <kukuk@thkukuk.de>.
-
diff --git a/modules/pam_exec/pam_exec.8 b/modules/pam_exec/pam_exec.8
deleted file mode 100644
index ae8f8a46..00000000
--- a/modules/pam_exec/pam_exec.8
+++ /dev/null
@@ -1,88 +0,0 @@
-.\" Title: pam_exec
-.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/09/2006
-.\" Manual: Linux\-PAM Manual
-.\" Source: Linux\-PAM Manual
-.\"
-.TH "PAM_EXEC" "8" "06/09/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-pam_exec \- PAM module which calls an external command
-.SH "SYNOPSIS"
-.HP 12
-\fBpam_exec.so\fR [debug] [seteuid] [log=\fIfile\fR] \fIcommand\fR [\fI...\fR]
-.SH "DESCRIPTION"
-.PP
-pam_exec is a PAM module that can be used to run an external command.
-.SH "OPTIONS"
-.PP
-.TP 3n
-\fBdebug\fR
-Print debug information.
-.TP 3n
-\fBlog=\fR\fB\fIfile\fR\fR
-The output of the command is appended to
-\fIfile\fR
-.TP 3n
-\fBseteuid\fR
-Per default pam_exec.so will execute the external command with the real user ID of the calling process. Specifying this option means the command is run with the effective user ID.
-.SH "MODULE SERVICES PROVIDED"
-.PP
-The services
-\fBauth\fR,
-\fBaccount\fR,
-\fBpassword\fR
-and
-\fBsession\fR
-are supported.
-.SH "RETURN VALUES"
-.PP
-.TP 3n
-PAM_SUCCESS
-The external command runs successfull.
-.TP 3n
-PAM_SERVICE_ERR
-No argument or a wrong number of arguments were given.
-.TP 3n
-PAM_SYSTEM_ERR
-A system error occured or the command to execute failed.
-.TP 3n
-PAM_IGNORE
-
-\fBpam_setcred\fR
-was called, which does not execute the command.
-.SH "EXAMPLES"
-.PP
-Add the following line to
-\fI/etc/pam.d/passwd\fR
-to rebuild the NIS database after each local password change:
-.sp
-.RS 3n
-.nf
- passwd optional pam_exec.so seteuid make \-C /var/yp
-
-.fi
-.RE
-.sp
-This will execute the command
-.sp
-.RS 3n
-.nf
-make \-C /var/yp
-.fi
-.RE
-.sp
-with effective user ID.
-.SH "SEE ALSO"
-.PP
-
-\fBpam.conf\fR(5),
-\fBpam.d\fR(8),
-\fBpam\fR(8)
-.SH "AUTHOR"
-.PP
-pam_exec was written by Thorsten Kukuk <kukuk@thkukuk.de>.