man-page-copyauth-20090518
authorSteven Jenkins <steven@endpoint.com>
Mon, 18 May 2009 19:32:06 +0000 (19:32 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 18 May 2009 19:32:06 +0000 (19:32 +0000)
FIXES 124789
LICENSE IPL10

Add man page for copyauth.

doc/man-pages/README
doc/man-pages/pod1/copyauth.pod [new file with mode: 0644]

index 8193ecd..1e59118 100644 (file)
@@ -231,7 +231,6 @@ Known Problems
 
    * The following installed commands have no man pages:
 
-       copyauth
        fs monitor
        klog.krb
        krb.conf
diff --git a/doc/man-pages/pod1/copyauth.pod b/doc/man-pages/pod1/copyauth.pod
new file mode 100644 (file)
index 0000000..a578acd
--- /dev/null
@@ -0,0 +1,44 @@
+=head1 NAME
+
+copyauth - Copies user's AFS credentials to a new cell
+
+=head1 SYNOPSIS
+
+=for html
+<div class="synopsis">
+
+B<copyauth> S<<< <I<cell name>> >>> 
+
+=for html
+</div>
+
+=head1 DESCRIPTION
+
+The B<copyauth> command copies existing AFS credentials in the local
+cell to the foreign cell specified on the command line.  
+
+The functionality in this command is largely superseded by L<aklog(1)>.
+
+=head1 CAUTIONS
+
+This functionality only works if you have a shared AFS key across multiple
+cells, which is strongly discouraged as it weakens security.  If you do
+not understand those risks, you should not use this tool.
+
+=head1 EXAMPLES
+
+   % copyauth other.cell.org
+
+=head1 PRIVILEGE REQUIRED
+
+None.
+
+=head1 SEE ALSO
+
+L<aklog(1)>,
+L<tokens(1)>
+
+=head1 COPYRIGHT
+
+This documentation was written by Steven Jenkins and is covered 
+by the IBM Public License Version 1.0.