diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-04-23 20:56:00 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-04-23 20:56:00 +0000 |
commit | af99fb2e57705fb74d0067b07a241a5e768af7c4 (patch) | |
tree | 1e5bb18e95310f97ae8f6728c22d4f96bd9859d9 /kerberosV/usr.bin | |
parent | a64681c3d18e9d5b2e8daae28e8b855066f53413 (diff) |
Heimdal provides these now.
Diffstat (limited to 'kerberosV/usr.bin')
-rw-r--r-- | kerberosV/usr.bin/afslog/afslog.1 | 64 | ||||
-rw-r--r-- | kerberosV/usr.bin/pagsh/pagsh.1 | 25 |
2 files changed, 0 insertions, 89 deletions
diff --git a/kerberosV/usr.bin/afslog/afslog.1 b/kerberosV/usr.bin/afslog/afslog.1 deleted file mode 100644 index 0a472d7d831..00000000000 --- a/kerberosV/usr.bin/afslog/afslog.1 +++ /dev/null @@ -1,64 +0,0 @@ -.\" $OpenBSD: afslog.1,v 1.2 2003/01/06 06:43:10 cloder Exp $ -.\" -.Dd June 10, 2002 -.Dt AFSLOG 1 -.Os HEIMDAL -.Sh NAME -.Nm afslog -.Nd "obtains AFS tokens" -.Sh SYNOPSIS -.Nm -.Op Fl uvh -.Op Fl -cells Ns = Ns Ar cell -.Op Fl c Ar cell -.Op Fl k Ar realm -.Op Fl -realm Ns = Ns Ar realm -.Op Fl p Pa path -.Op Fl -paths Ns = Ns Ar path -.Op Fl -unlog -.Op Ar args -.Sh DESCRIPTION -The -.Nm -command obtains AFS tokens for the cell or path -.Ar args Ns . -.Ar args -is treated as a path -if it contains the characters -.Li . Ns , Li .. Ns , -or -.Li / Ns . -If not, it is treated as a cellname or the beginning of a cellname. -.Pp -The -.Fl c Ns , Fl -cells Ns , Fl p -and -.Fl -path -flags can be used to resolve ambiguities between cells and paths. -.Pp -If -.Nm -fails to guess the Kerberos realm to get tickets for, -.Fl k Ar realm -can be specified. -.Pp -If the -.Fl u -or -.Fl -unlog -flag is given any tokens are removed and all other arguments are ignored. -.Sh SEE ALSO -.Xr kauth 1 , -.Xr kafs 3 -.Sh CAVEATS -.Nm -might fail to guess the Kerberos realm to get tickets for (for -instance if the volume location servers of the cell does not reside in -the kerberos realm that holds the AFS service key, and the correct -realm isn't the same as the cell name or the local realm -(this is not a common problem)). -The flag -.Fl k -can be used to give a hint. It should not be used unless there is a -problem, since all tickets will be taken from the specified realm and -this is not (usually) preferred. diff --git a/kerberosV/usr.bin/pagsh/pagsh.1 b/kerberosV/usr.bin/pagsh/pagsh.1 deleted file mode 100644 index e7dfacd9e86..00000000000 --- a/kerberosV/usr.bin/pagsh/pagsh.1 +++ /dev/null @@ -1,25 +0,0 @@ -.\" $KTH: pagsh.1,v 1.2 2001/05/01 18:53:24 assar Exp $ -.\" -.Dd April 27, 1996 -.Dt PAGSH 1 -.Os KTH-KRB -.Sh NAME -.Nm pagsh -.Nd execute a command without authentication -.Sh SYNOPSIS -.Nm pagsh -.Oo -.Op Fl c -.Ar command Ar args -.Oc -.Sh DESCRIPTION -Starts a new subprocess that is detached from any Kerberos ticket -cache and AFS tokens. -Without -.Ar command -a new shell is started. -.Sh ENVIRONMENT -.Bl -tag -width $SHELL -.It Ev $SHELL -Default shell. -.El |