X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Fman-pages%2Fpod8%2Fptserver.pod;h=6c2d20f2bc4ed8ecb287b931ac7f5544cc610496;hp=43eb359da93471b31b12b5df282e4571a6ae392f;hb=da3921e7c78ec2f9a7861cfb5d06df96bb1e477f;hpb=7b0b6a0ce9b320a3145f9d600596946230d815f0 diff --git a/doc/man-pages/pod8/ptserver.pod b/doc/man-pages/pod8/ptserver.pod index 43eb359..6c2d20f 100644 --- a/doc/man-pages/pod8/ptserver.pod +++ b/doc/man-pages/pod8/ptserver.pod @@ -7,15 +7,19 @@ ptserver - Initializes the Protection Server =for html
-B S<<< [B<-database> | B<-db> >] >>> S<<< [B<-p> >] >>> S<<< [B<-d> >] >>> - [B<-rebuildDB>] S<<< [B<-groupdepth> >] >>> - S<<< [B<-default_access> > >] >>> - [B<-restricted>] [B<-enable_peer_stats>] - [B<-enable_process_stats>] [B<-allow-dotted-principals>] - [B<-rxbind>] S<<< [B<-auditlog> >] >>> - S<<< [B<-audit-interface> (file | sysvmq)] >>> - S<<< [B<-syslog>[=>]] >>> S<<< [B<-rxmaxmtu> >] >>> - [B<-help>] +ptserver S<<< [B<-database> | B<-db> >] >>> +S<<< [B<-p> >] >>> S<<< [B<-d> >] >>> +S<<< [B<-groupdepth> >] >>> +S<<< [B<-default_access> > >] >>> +[B<-restricted>] [B<-enable_peer_stats>] +[B<-enable_process_stats>] [B<-allow-dotted-principals>] +[B<-rxbind>] S<<< [B<-auditlog> >] >>> +S<<< [B<-audit-interface> (file | sysvmq)] >>> +S<<< [B<-syslog>[=>]] >>> +S<<< [B<-logfile >] >>> +S<<< [B<-config >] >>> +S<<< [B<-rxmaxmtu> >] >>> +[B<-help>] =for html
@@ -90,12 +94,6 @@ Sets the number of server lightweight processes (LWPs or pthreads) to run. Provide a positive integer from the range C<3> to C<16>. The default value is C<3>. -=item B<-rebuildDB> - -Rebuilds the Protection Database at the beginning of Protection Server -initialization. Use this argument only in consultation with AFS -Development or Product Support. - =item B<-groupdepth> >, B<-depth> > Specifies the group depth for nested groups when B is compiled @@ -151,9 +149,28 @@ log file. B<-syslog>=I can be used to specify to which facility the log message should be sent. Logging message sent to syslog are tagged with the string "ptserver". +=item B<-logfile> > + +Sets the file to use for server logging. If logfile is not specified, and +no other logging options are supplied, this will be F. +Note that this option is intended for debugging and testing purposes. +Changing the location of the log file from the command line may result +in undesirable interactions with tools such as B. + +=item B<-config> > + +Set the location of the configuration directory used to configure this +service. In a typical configuration this will be F - this +option allows the use of alternative configuration locations for testing +purposes. + =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 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. =item B<-audit-interface> (file | sysvmq)