remove Ns before comma (from Thomas Klausner)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11175 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -25,7 +25,7 @@ ticket or of a special type.
|
||||
Supported options:
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Fl e Ar enctype Ns ,
|
||||
.Fl e Ar enctype ,
|
||||
.Fl -enctype= Ns Ar enctype
|
||||
.Xc
|
||||
encryption type to use
|
||||
|
@@ -80,12 +80,12 @@ Supported options:
|
||||
The credentials cache to put the acquired ticket in, if other than
|
||||
default.
|
||||
.It Xo
|
||||
.Fl f Ns ,
|
||||
.Fl f ,
|
||||
.Fl -forwardable
|
||||
.Xc
|
||||
Get ticket that can be forwarded to another host.
|
||||
.It Xo
|
||||
.Fl t Ar keytabname Ns ,
|
||||
.Fl t Ar keytabname ,
|
||||
.Fl -keytab= Ns Ar keytabname
|
||||
.Xc
|
||||
Don't ask for a password, but instead get the key from the specified
|
||||
@@ -98,12 +98,12 @@ Specifies the lifetime of the ticket. The argument can either be in
|
||||
seconds, or a more human readable string like
|
||||
.Sq 1h .
|
||||
.It Xo
|
||||
.Fl p Ns ,
|
||||
.Fl p ,
|
||||
.Fl -proxiable
|
||||
.Xc
|
||||
Request tickets with the proxiable flag set.
|
||||
.It Xo
|
||||
.Fl R Ns ,
|
||||
.Fl R ,
|
||||
.Fl -renew
|
||||
.Xc
|
||||
Try to renew ticket. The ticket must have the
|
||||
@@ -114,17 +114,17 @@ The same as
|
||||
.Fl -renewable-life ,
|
||||
with an infinite time.
|
||||
.It Xo
|
||||
.Fl r Ar time Ns ,
|
||||
.Fl r Ar time ,
|
||||
.Fl -renewable-life= Ns Ar time
|
||||
.Xc
|
||||
The max renewable ticket life.
|
||||
.It Xo
|
||||
.Fl S Ar principal Ns ,
|
||||
.Fl S Ar principal ,
|
||||
.Fl -server= Ns Ar principal
|
||||
.Xc
|
||||
Get a ticket for a service other than krbtgt/LOCAL.REALM.
|
||||
.It Xo
|
||||
.Fl s Ar time Ns ,
|
||||
.Fl s Ar time ,
|
||||
.Fl -start-time= Ns Ar time
|
||||
.Xc
|
||||
Obtain a ticket that starts to be valid
|
||||
@@ -133,7 +133,7 @@ Obtain a ticket that starts to be valid
|
||||
.Sq 1h )
|
||||
seconds into the future.
|
||||
.It Xo
|
||||
.Fl k Ns ,
|
||||
.Fl k ,
|
||||
.Fl -use-keytab
|
||||
.Xc
|
||||
The same as
|
||||
@@ -141,7 +141,7 @@ The same as
|
||||
but with the default keytab name (normally
|
||||
.Ar FILE:/etc/krb5.keytab ) .
|
||||
.It Xo
|
||||
.Fl v Ns ,
|
||||
.Fl v ,
|
||||
.Fl -validate
|
||||
.Xc
|
||||
Try to validate an invalid ticket.
|
||||
@@ -183,14 +183,14 @@ The following options are only available if
|
||||
has been compiled with support for Kerberos 4.
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Fl 4 Ns ,
|
||||
.Fl 4 ,
|
||||
.Fl -524init
|
||||
.Xc
|
||||
Try to convert the obtained Kerberos 5 krbtgt to a version 4
|
||||
compatible ticket. It will store this ticket in the default Kerberos 4
|
||||
ticket file.
|
||||
.It Xo
|
||||
.Fl 9 Ns ,
|
||||
.Fl 9 ,
|
||||
.Fl -524convert
|
||||
.Xc
|
||||
only convert ticket to version 4
|
||||
|
@@ -28,29 +28,29 @@ known as the ticket file).
|
||||
Options supported:
|
||||
.Bl -tag -width Ds
|
||||
.It Xo
|
||||
.Fl c Ar cache Ns ,
|
||||
.Fl c Ar cache ,
|
||||
.Fl -cache= Ns Ar cache
|
||||
.Xc
|
||||
credentials cache to list
|
||||
.It Xo
|
||||
.Fl s Ns ,
|
||||
.Fl t Ns ,
|
||||
.Fl s ,
|
||||
.Fl t ,
|
||||
.Fl -test
|
||||
.Xc
|
||||
Test for there being an active and valid TGT for the local realm of
|
||||
the user in the credential cache.
|
||||
.It Xo
|
||||
.Fl 4 Ns ,
|
||||
.Fl 4 ,
|
||||
.Fl -v4
|
||||
.Xc
|
||||
display v4 tickets
|
||||
.It Xo
|
||||
.Fl T Ns ,
|
||||
.Fl T ,
|
||||
.Fl -tokens
|
||||
.Xc
|
||||
display AFS tokens
|
||||
.It Xo
|
||||
.Fl 5 Ns ,
|
||||
.Fl 5 ,
|
||||
.Fl -v5
|
||||
.Xc
|
||||
display v5 cred cache (this is the default)
|
||||
@@ -86,7 +86,7 @@ This information is also output with the
|
||||
.Fl -verbose
|
||||
option, but in a more verbose way.
|
||||
.It Xo
|
||||
.Fl v Ns ,
|
||||
.Fl v ,
|
||||
.Fl -verbose
|
||||
.Xc
|
||||
Verbose output. Include all possible information:
|
||||
|
Reference in New Issue
Block a user