diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-23 07:24:26 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-23 07:24:26 +0000 |
commit | 22b2e5fa4bfedad28b00634ae2ef2c0d114272d8 (patch) | |
tree | 56432e5f502147cc1e5f803030d51ec7f40cb187 /kerberosIV/kauth | |
parent | c4c85ea0c914717b909c30e0f83852077fc72f9f (diff) |
manpage for kauth (not completly true as we don't have kauthd yet)
Diffstat (limited to 'kerberosIV/kauth')
-rw-r--r-- | kerberosIV/kauth/kauth.1 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/kerberosIV/kauth/kauth.1 b/kerberosIV/kauth/kauth.1 new file mode 100644 index 00000000000..dabc54b81fb --- /dev/null +++ b/kerberosIV/kauth/kauth.1 @@ -0,0 +1,66 @@ +.\" $Id: kauth.1,v 1.1 1998/01/23 07:24:25 art Exp $ +.\" +.Dd May 4, 1996 +.Dt KAUTH 1 +.Os KTH-KRB +.Sh NAME +.Nm kauth +.Nd +overworked Kerberos login program +.Sh SYNOPSIS +.Nm +.Op Fl n Ar name +.Op Fl r Ar remote user +.Op Fl t Pa remote ticket file +.Op Fl h Ar hosts... +.Op Fl l Ar lifetime +.Op Fl f Pa srvtab +.Op Fl c Ar cell +.Op Ar command ... +.Sh DESCRIPTION +The +.Nm +command obtains ticket granting tickets as well as AFS ticket and +tokens. It also does a whole lot of other stuff. +.Pp +The following flags are supported: +.Bl -tag -width xxxx +.It Fl n +Principal to get tickets for. If no other arguments are present this +can be given without the +.Fl n +flag. +.It Fl h +Remote hosts to obtain tickets for. This works similar to the MIT +Athena Kerberos 4 patchlevel 10 command +.Xr rkinit 1 , +however not in a compatible way. It requires that the remote host runs +the +.Xr kauthd 8 , +server. The +.Fl r +and +.Fl t +flags are useful only with this option. +.It Fl r +User on the remote host that should own the ticket file. +.It Fl t +Ticket file on remote host. +.It Fl l +Lifetime of tickets in minutes. A value of -1 is used for maximum +ticket lifetime. +.It Fl f +Srvtab to get service keys from. Default is +.Pa /etc/kerberosIV/srvtab . +This is mainly used with batch services that need to run +authenticated. If any command is given, it will be executed in an +authenticated fashion and when the program exits the tickets are +destroyed. For long running jobs the tickets will be renewed. +.It Fl c +AFS cell to get tokens for, default is your local cell. +.El +.Sh SEE ALSO +.Xr kinit 1 , +.Xr kauthd 8 +.Sh BUGS +There is no help-switch. |