aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-12-04 17:25:44 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-12-04 17:25:44 +0200
commite094d8082007687103893671c4a032d5bbf4ee36 (patch)
treef05765d3ae96759fc8652d453169a4b2b26e1829 /doc
parent44ee01dd4d2f2101f4c2315e00881a8ef35eda42 (diff)
downloadpam-modules-e094d8082007687103893671c4a032d5bbf4ee36.tar.gz
pam-modules-e094d8082007687103893671c4a032d5bbf4ee36.tar.bz2
Implement audit option
Audit is equivalent to debug=100, i.e. it enables logging maximum debugging output.
Diffstat (limited to 'doc')
-rw-r--r--doc/pam-modules.texi4
-rw-r--r--doc/pam_fshadow.8in2
-rw-r--r--doc/pam_groupmember.82
-rw-r--r--doc/pam_ldaphome.8in2
-rw-r--r--doc/pam_log.82
-rw-r--r--doc/pam_mysql.8in2
-rw-r--r--doc/pam_pgsql.8in2
-rw-r--r--doc/pam_regex.82
-rw-r--r--doc/pam_umotd.82
9 files changed, 12 insertions, 8 deletions
diff --git a/doc/pam-modules.texi b/doc/pam-modules.texi
index 57242cf..e35c3dc 100644
--- a/doc/pam-modules.texi
+++ b/doc/pam-modules.texi
@@ -170,6 +170,10 @@ information will be logged via @code{syslog} channel
authentication credentials. In particular, user password is displayed
on debugging level 100.
+@opindex audit, common option
+@item audit
+Log full debugging information (equivalent to @code{debug=100}).
+
@opindex waitdebug, common option
@opindex enable-debug, @option{--enable-debug}, @command{configure} option
@item waitdebug[=@var{interval}]
diff --git a/doc/pam_fshadow.8in b/doc/pam_fshadow.8in
index eb990d1..e35176a 100644
--- a/doc/pam_fshadow.8in
+++ b/doc/pam_fshadow.8in
@@ -123,7 +123,7 @@ It is available only if the package was configured with
the \fB\-\-enable\-debug\fR option.
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.SH MODULE TYPES PROVIDED
.BR auth ,
.BR session ,
diff --git a/doc/pam_groupmember.8 b/doc/pam_groupmember.8
index 243cefb..5b089d3 100644
--- a/doc/pam_groupmember.8
+++ b/doc/pam_groupmember.8
@@ -48,7 +48,7 @@ return \fBPAM_AUTH_ERR\fR.
Set debugging level (0 <= \fINUMBER\fR <= 100).
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.TP
\fBwaitdebug=\fIN\fR
Wait for \fIN\fR seconds before starting up. This option is intended
diff --git a/doc/pam_ldaphome.8in b/doc/pam_ldaphome.8in
index 416e7c6..3203b5c 100644
--- a/doc/pam_ldaphome.8in
+++ b/doc/pam_ldaphome.8in
@@ -243,7 +243,7 @@ It is available only if the package was configured with
the \fB\-\-enable\-debug\fR option.
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.SH MODULE TYPES PROVIDED
.BR auth ,
.BR session .
diff --git a/doc/pam_log.8 b/doc/pam_log.8
index 0554dba..5e00a75 100644
--- a/doc/pam_log.8
+++ b/doc/pam_log.8
@@ -59,7 +59,7 @@ Use \fILABEL\fR as the syslog tag, instead of the module name.
Set debugging level (0 <= \fINUMBER\fR <= 100).
.TP
\fB\-audit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.TP
\fB\-waitdebug=\fIN\fR
Wait for \fIN\fR seconds before starting up. This option is intended
diff --git a/doc/pam_mysql.8in b/doc/pam_mysql.8in
index 39506b6..7ea8d5c 100644
--- a/doc/pam_mysql.8in
+++ b/doc/pam_mysql.8in
@@ -222,7 +222,7 @@ It is available only if the package was configured with
the \fB\-\-enable\-debug\fR option.
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.SH MODULE TYPES PROVIDED
.BR auth ,
.BR session .
diff --git a/doc/pam_pgsql.8in b/doc/pam_pgsql.8in
index 6aa39bf..75057ce 100644
--- a/doc/pam_pgsql.8in
+++ b/doc/pam_pgsql.8in
@@ -213,7 +213,7 @@ It is available only if the package was configured with
the \fB\-\-enable\-debug\fR option.
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.SH MODULE TYPES PROVIDED
.BR auth ,
.BR session .
diff --git a/doc/pam_regex.8 b/doc/pam_regex.8
index 54fd409..56d9829 100644
--- a/doc/pam_regex.8
+++ b/doc/pam_regex.8
@@ -93,7 +93,7 @@ Upon successful matching, set \fBPAM\fR user name to \fBSTRING\fR.
Set debugging level (0 <= \fINUMBER\fR <= 100).
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.TP
\fBwaitdebug=\fIN\fR
Wait for \fIN\fR seconds before starting up. This option is intended
diff --git a/doc/pam_umotd.8 b/doc/pam_umotd.8
index 4970279..4915fde 100644
--- a/doc/pam_umotd.8
+++ b/doc/pam_umotd.8
@@ -107,7 +107,7 @@ equal to \fID\fR (a floating-point number).
Set debugging level (0 <= \fINUMBER\fR <= 100).
.TP
\fBaudit\fR
-Log auditing information.
+Log full debugging information (equivalent to \fBdebug=100\fR).
.TP
\fBwaitdebug=\fIN\fR
Wait for \fIN\fR seconds before starting up. This option is intended

Return to:

Send suggestions and report system problems to the System administrator.