From c14d282c2a5fefbf7060d05b9d1910b359a1566f Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 24 Jan 2006 16:02:11 +0000 Subject: CVS: Indicate any relevant BUGIDs here Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- 2006-01-24 Thorsten Kukuk * configure.in: Add modules/pam_exec. * modules/Makefile.am: Add pam_exec subdirectory. * modules/pam_exec/README: New. * modules/pam_exec/Makefile.am: New. * modules/pam_exec/pam_exec.8: New. * modules/pam_exec/pam_exec.c: New. * modules/pam_exec/pam_exec.8.xml: New. * po/POTFILES.in: Add modules/pam_exec/pam_exec.c. * po/*.po: Merge new pam_exec strings. --- modules/pam_exec/pam_exec.8.xml | 202 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 modules/pam_exec/pam_exec.8.xml (limited to 'modules/pam_exec/pam_exec.8.xml') diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml new file mode 100644 index 00000000..112f76cd --- /dev/null +++ b/modules/pam_exec/pam_exec.8.xml @@ -0,0 +1,202 @@ + + + + + + + pam_exec + 8 + Linux-PAM Manual + + + + pam_exec + PAM module which calls an external command + + + + + pam_exec.so + + debug + + + seteuid + + + log=file + + + command + + + ... + + + + + + + Description + + + pam_exec is a PAM module that can be used to run + an external command. + + + + + + + Options + + + + + + + + + + Print debug information. + + + + + + + + + + + The output of the command is appended to + file + + + + + + + + + + + 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. + + + + + + + + + + + Module Services Provided + + The services , , + and are supported. + + + + + Return Values + + + + + + + + + + The external command runs successfull. + + + + + + + + + + + No argument or a wrong number of arguments were given. + + + + + + + + + + + A system error occured or the command to execute failed. + + + + + + + + + + + pam_setcred was called, which + does not execute the command. + + + + + + + + + + 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. + + + + + See Also + + + pam.conf + 5 + , + + pam.d + 8 + , + + pam + 8 + + + + + + Author + + pam_exec was written by Thorsten Kukuk <kukuk@thkukuk.de>. + + + + + -- cgit v1.2.3