mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
doc: Document new rxgk options
Commit e5b1e6f1
(Add rxgk client options to vl and pt utilities) added
a couple of new command-line options related to rxgk, but didn't add
them to the relevant man pages.
Add a brief description of these new options to the manpages for pts,
vos, ptserver, and vlserver.
Change-Id: I2d9bfdeb0a31d396740ca2a4d42e14c025b6f79e
Reviewed-on: https://gerrit.openafs.org/13947
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
bebae936b4
commit
86170750dd
@ -195,6 +195,16 @@ L<pts_interactive(1)>, since otherwise it would be impossible to switch from,
|
||||
for example, B<-localauth> back to using regular tokens during a bulk
|
||||
operation. See L<pts_interactive(1)> for more details.
|
||||
|
||||
=item B<-rxgk> (crypt | auth | clear)
|
||||
|
||||
Specify B<-rxgk> to use rxgk credentials when contacting the ptserver. The
|
||||
C<crypt> argument causes B<pts> to use rxgk with per-packet encryption, C<auth>
|
||||
causes B<pts> to use rxgk with per-packet integrity protection, and C<clear>
|
||||
causes B<pts> to use rxgk without any per-packet cryptography.
|
||||
|
||||
By default, B<pts> uses rxkad credentials. B<pts> falls back to unauthenticated
|
||||
connections if credentials are not available.
|
||||
|
||||
=back
|
||||
|
||||
=head1 PRIVILEGE REQUIRED
|
||||
|
@ -263,6 +263,16 @@ Produces on the standard output stream a detailed trace of the command's
|
||||
execution. If this argument is omitted, only warnings and error messages
|
||||
appear.
|
||||
|
||||
=item B<-rxgk> (crypt | auth | clear)
|
||||
|
||||
Specify B<-rxgk> to use rxgk credentials when contacting the vlserver or volserver. The
|
||||
C<crypt> argument causes B<vos> to use rxgk with per-packet encryption, C<auth>
|
||||
causes B<vos> to use rxgk with per-packet integrity protection, and C<clear>
|
||||
causes B<vos> to use rxgk without any per-packet cryptography.
|
||||
|
||||
By default, B<vos> uses rxkad credentials. B<vos> falls back to unauthenticated
|
||||
connections if credentials are not available.
|
||||
|
||||
=back
|
||||
|
||||
=head1 PRIVILEGE REQUIRED
|
||||
|
@ -21,6 +21,7 @@ ptserver S<<< [B<-database> | B<-db> <I<db path>>] >>>
|
||||
[B<-transarc-logs>]
|
||||
S<<< [B<-config> <I<configuration path>>] >>>
|
||||
S<<< [B<-rxmaxmtu> <I<bytes>>] >>>
|
||||
S<< [B<-s2scrypt> (rxgk-crypt | never)] >>
|
||||
[B<-help>]
|
||||
|
||||
=for html
|
||||
@ -194,6 +195,14 @@ L<fileserver(8)> for an explanation of each interface.
|
||||
|
||||
Sets the maximum transmission unit for the RX protocol.
|
||||
|
||||
=item B<-s2scrypt> (rxgk-crypt | never)
|
||||
|
||||
Specify C<rxgk-crypt> to use rxgk connections with per-packet encryption for
|
||||
server-to-server (s2s) communication. Specify C<never> to use rxkad connections
|
||||
instead, without per-packet encryption ("rxkad_clear").
|
||||
|
||||
The default is currently C<never>.
|
||||
|
||||
=item B<-help>
|
||||
|
||||
Prints the online help for this command. All other valid options are
|
||||
|
@ -23,6 +23,7 @@ vlserver [B<-noauth>] [B<-smallmem>]
|
||||
S<<< [B<-auditlog> <I<log path>>] >>>
|
||||
S<<< [B<-audit-interface> (file | sysvmq)] >>>
|
||||
S<<< [B<-restricted_query> (anyuser | admin)] >>>
|
||||
S<< [B<-s2scrypt> (rxgk-crypt | never)] >>
|
||||
[B<-help>]
|
||||
|
||||
=for html
|
||||
@ -206,6 +207,14 @@ administrators. The C<anyuser> option doesn't restrict the RPCs and
|
||||
leaves it open for all users including unauthenticated users, this is
|
||||
the default.
|
||||
|
||||
=item B<-s2scrypt> (rxgk-crypt | never)
|
||||
|
||||
Specify C<rxgk-crypt> to use rxgk connections with per-packet encryption for
|
||||
server-to-server (s2s) communication. Specify C<never> to use rxkad connections
|
||||
instead, without per-packet encryption ("rxkad_clear").
|
||||
|
||||
The default is currently C<never>.
|
||||
|
||||
=item B<-help>
|
||||
|
||||
Prints the online help for this command. All other valid options are
|
||||
|
Loading…
Reference in New Issue
Block a user