From: Jason Edgecombe Date: Sat, 25 Jul 2009 17:37:08 +0000 (-0400) Subject: Expanded the -auditlog entries in the man pages of the server processes X-Git-Tag: openafs-devel-1_5_61~39 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e3b7fa7a1ebacee6a7bf0d15d34d382d22ba3d26;p=packages%2Fo%2Fopenafs.git Expanded the -auditlog entries in the man pages of the server processes The expanded auditlog explanation includes what information is recorded in the auditlog. LICENSE BSD Reviewed-on: http://gerrit.openafs.org/213 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/doc/man-pages/pod8/bosserver.pod b/doc/man-pages/pod8/bosserver.pod index 27dc055c6..6b68cf8b8 100644 --- a/doc/man-pages/pod8/bosserver.pod +++ b/doc/man-pages/pod8/bosserver.pod @@ -95,7 +95,11 @@ listed in the F file). =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) diff --git a/doc/man-pages/pod8/buserver.pod b/doc/man-pages/pod8/buserver.pod index 38af3e60b..838c6195f 100644 --- a/doc/man-pages/pod8/buserver.pod +++ b/doc/man-pages/pod8/buserver.pod @@ -62,7 +62,11 @@ the default is the F directory. =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) diff --git a/doc/man-pages/pod8/fileserver.pod b/doc/man-pages/pod8/fileserver.pod index 9cf1a78b2..1e76e05e0 100644 --- a/doc/man-pages/pod8/fileserver.pod +++ b/doc/man-pages/pod8/fileserver.pod @@ -256,7 +256,11 @@ length. =item B<-auditlog> > -Set and enable auditing. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) @@ -767,6 +771,8 @@ L, L, L, L, +L, +L, L, L, L diff --git a/doc/man-pages/pod8/kaserver.pod b/doc/man-pages/pod8/kaserver.pod index 48fc76619..cc7248132 100644 --- a/doc/man-pages/pod8/kaserver.pod +++ b/doc/man-pages/pod8/kaserver.pod @@ -94,7 +94,11 @@ is probably inappropriate. =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) diff --git a/doc/man-pages/pod8/ptserver.pod b/doc/man-pages/pod8/ptserver.pod index 43eb359da..3eac52388 100644 --- a/doc/man-pages/pod8/ptserver.pod +++ b/doc/man-pages/pod8/ptserver.pod @@ -153,7 +153,11 @@ with the string "ptserver". =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) diff --git a/doc/man-pages/pod8/vlserver.pod b/doc/man-pages/pod8/vlserver.pod index bb100e2aa..ce5ac760b 100644 --- a/doc/man-pages/pod8/vlserver.pod +++ b/doc/man-pages/pod8/vlserver.pod @@ -107,7 +107,11 @@ with this option. =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq) diff --git a/doc/man-pages/pod8/volserver.pod b/doc/man-pages/pod8/volserver.pod index 3f8c4e9b1..7773f3726 100644 --- a/doc/man-pages/pod8/volserver.pod +++ b/doc/man-pages/pod8/volserver.pod @@ -69,7 +69,11 @@ integer between C<4> and C<16>. The default is C<9>. =item B<-auditlog> > -Turns on audit logging, and sets the path for the audit log. +Turns on audit logging, and sets the path for the audit log. The audit +log shows one entry per RPC call. Each entry records the name of the RPC +call, the host that submitted the call, the authenticated entity (user) +that issued the call, the parameters for the call, and if the call +succeeded or failed. =item B<-audit-interface> (file | sysvmq)