From fe4bdeaf6dee1d7d499d6e5d70ba9f500d864c28 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 14 Jun 2013 16:15:03 -0500 Subject: [PATCH] doc: kaserver manpage fixes - Add missing -rxbind - Add missing -crossrealm - Fix synopsis formatting, so option arguments are on the same line as the option name Change-Id: I8c73d0f14396aad83651c3037fde1137d83e6692 Reviewed-on: http://gerrit.openafs.org/10392 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod8/kaserver.pod | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/man-pages/pod8/kaserver.pod b/doc/man-pages/pod8/kaserver.pod index 608e075..77f641a 100644 --- a/doc/man-pages/pod8/kaserver.pod +++ b/doc/man-pages/pod8/kaserver.pod @@ -8,10 +8,11 @@ kaserver - Initializes the Authentication Server
B [B<-noAuth>] [B<-database> >] - S<<< [B<-auditlog> >] >>> [B<-audit-interface> (file | sysvmq)] + S<<< [B<-auditlog> >] >>> + S<<< [B<-audit-interface> (file | sysvmq)] >>> S<<< [B<-localfiles> >] >>> S<<< [B<-minhours> >] >>> S<<< [B<-servers> >] >>> [B<-enable_peer_stats>] - [B<-enable_process_stats>] [B<-help>] + [B<-enable_process_stats>] [B<-rxbind>] [B<-crossrealm>] [B<-help>] =for html
@@ -160,6 +161,16 @@ GetStatus, and so on) sent or received, aggregated over all connections to other machines. To display or otherwise access the records, use the Rx Monitoring API. +=item B<-rxbind> + +Bind the Rx socket to the primary interface only. (If not specified, the Rx +socket will listen on all interfaces.) + +=item B<-crossrealm> + +Enable cross-realm authentication. The use of this option is considered +insecure, and thus strongly discouraged. See OPENAFS-SA-2003-001. + =item B<-help> Prints the online help for this command. All other valid options are -- 1.9.4