new man pages
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3205 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
25
kuser/kdestroy.1
Normal file
25
kuser/kdestroy.1
Normal file
@@ -0,0 +1,25 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd Aug 27, 1997
|
||||
.Dt KDESTROY 1
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm kdestroy
|
||||
.Nd
|
||||
destroy the current ticket file
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl c Ar cachefile
|
||||
.Op Fl -cache= Ns Ar cachefile
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
remove the current set of tickets.
|
||||
.Pp
|
||||
.Bl -tag -width Ds
|
||||
.It Fl c Ar cachefile
|
||||
.It Fl cache= Ns Ar cachefile
|
||||
The cache file to remove.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kinit 1 ,
|
||||
.Xr klist 1
|
44
kuser/kinit.1
Normal file
44
kuser/kinit.1
Normal file
@@ -0,0 +1,44 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd Aug 27, 1997
|
||||
.Dt KINIT 1
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm kinit
|
||||
.Nd
|
||||
acquire initial tickets
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl f
|
||||
.Op Fl -forwardable
|
||||
.Op Fl r
|
||||
.Op Fl -renewable
|
||||
.Op Fl l Ar lifetime
|
||||
.Op Fl -lifetime= Ns Ar lifetime
|
||||
.Op Ar principal
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is used to authenticate to the kerberos server as
|
||||
.Ar principal ,
|
||||
or if none is given, a system generated default, and acquire a ticket
|
||||
granting ticket that can later be used to obtain tickets for other
|
||||
services.
|
||||
.Pp
|
||||
Options supported:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl f
|
||||
.It Fl -forwardable
|
||||
Ask for forwardable tickets.
|
||||
.It Fl r
|
||||
.It Fl -renewable
|
||||
Ask for renewable tickets.
|
||||
.It Fl l Ar lifetime
|
||||
.It Fl -lifetime= Ns Ar lifetime
|
||||
Ask for tickets valids for
|
||||
.Ar lifetime .
|
||||
The default is in
|
||||
.Xr /etc/krb5.conf 5 .
|
||||
.Sh SEE ALSO
|
||||
.Xr krb5.conf 5 ,
|
||||
.Xr klist 1 ,
|
||||
.Xr kdestroy 1
|
26
kuser/klist.1
Normal file
26
kuser/klist.1
Normal file
@@ -0,0 +1,26 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd Aug 27, 1997
|
||||
.Dt KLIST 1
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm klist
|
||||
.Nd
|
||||
list the current tickets
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl v
|
||||
.Op Fl -verbose
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
reads and displays the current tickets in the ticket file.
|
||||
.Pp
|
||||
Options supported:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl v
|
||||
.It Fl -verbose
|
||||
Verbose output. Include all information from tickets.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kinit 1 ,
|
||||
.Xr kdestroy 1
|
Reference in New Issue
Block a user