Add command line support for multiple audit logs
[openafs.git] / doc / man-pages / pod8 / vlserver.pod
index 485d772..f50e431 100644 (file)
@@ -20,8 +20,8 @@ vlserver [B<-noauth>] [B<-smallmem>]
     S<<< [B<-config> <I<configuration path>>] >>>
     S<<< [B<-syslog>[=<I<facility>>]>] >>>
     [B<-enable_peer_stats>] [B<-enable_process_stats>]
-    S<<< [B<-auditlog> <I<log path>>] >>>
-    S<<< [B<-audit-interface> (file | sysvmq)] >>>
+    S<<< [B<-auditlog> [<I<interface>>:]<I<path>>[:<I<options>>]] >>>
+    S<<< [B<-audit-interface> <I<interface name>>] >>>
     S<<< [B<-restricted_query> (anyuser | admin)] >>>
     S<< [B<-s2scrypt> (rxgk-crypt | never)] >>
     [B<-help>]
@@ -119,18 +119,20 @@ user.admin PTS entry. Sites whose Kerberos realms don't have these collisions
 between principal names may disable this check by starting the server
 with this option.
 
-=item B<-auditlog> <I<log path>>
+=item B<-auditlog> [<I<interface>>:]<I<path>>[:<I<options>>]
 
 Turns on audit logging, and sets the path for the audit log.  The audit
 log records information about RPC calls, including 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.
+succeeded or failed.  See L<fileserver(8)> for an explanation of the audit
+facility.
 
-=item B<-audit-interface> (file | sysvmq)
+=item B<-audit-interface> <I<default interface>>
 
-Specifies what audit interface to use. Defaults to C<file>. See
-L<fileserver(8)> for an explanation of each interface.
+Sets the default audit interface used by the B<-auditlog> option.  The
+initial default is the C<file> interface. See L<fileserver(8)> for
+an explanation of each interface.
 
 =item B<-rxbind>