Remove documentation of kaserver -fastKeys
authorRuss Allbery <rra@stanford.edu>
Wed, 26 May 2010 16:25:39 +0000 (11:25 -0500)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 May 2010 16:38:35 +0000 (09:38 -0700)
-fastKeys wasn't accepted by the kaserver binary, but was still
mentioned in the usage message and the kaserver man page.  Remove
the remnants of the flag.

Change-Id: Ifb3ae49ea0cab80c325a77b0eb1062944697b53d
Reviewed-on: http://gerrit.openafs.org/2028
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

doc/man-pages/pod8/kaserver.pod
src/kauth/kaserver.c

index aa82527..700adfd 100644 (file)
@@ -7,7 +7,7 @@ kaserver - Initializes the Authentication Server
 =for html
 <div class="synopsis">
 
-B<kaserver> [B<-noAuth>] [B<-fastKeys>] [B<-database> <I<dbpath>>]
+B<kaserver> [B<-noAuth>] [B<-database> <I<dbpath>>]
     S<<< [B<-auditlog> <I<log path>>] >>> [B<-audit-interface> (file | sysvmq)]
     S<<< [B<-localfiles> <I<lclpath>>] >>> S<<< [B<-minhours> <I<n>>] >>>
     S<<< [B<-servers> <I<serverlist>>] >>> [B<-enable_peer_stats>]
@@ -75,11 +75,6 @@ Authentication Server allows only authorized (privileged) users to issue
 commands that affect or contact the Authentication Database and will
 refuse to perform such an action even if the B<-noAuth> flag is used.
 
-=item B<-fastKeys>
-
-Is a test flag for use by the AFS Development staff; it serves no
-functional purpose.
-
 =item B<-database> <I<dbpath>>
 
 Specifies the pathname of an alternate directory in which the
index 8b0c80a..9c67015 100644 (file)
@@ -190,7 +190,7 @@ main(int argc, char *argv[])
 
     if (argc == 0) {
       usage:
-       printf("Usage: kaserver [-noAuth] [-fastKeys] [-database <dbpath>] "
+       printf("Usage: kaserver [-noAuth] [-database <dbpath>] "
               "[-auditlog <log path>] [-audit-interface <file|sysvmq>] "
               "[-rxbind] [-localfiles <lclpath>] [-minhours <n>] "
               "[-servers <serverlist>] [-crossrealm] "