Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/heimdal/kadmin Remove superfluous Ns, drop trail...
details: https://anonhg.NetBSD.org/src/rev/ccc857f35ed1
branches: trunk
changeset: 535505:ccc857f35ed1
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Aug 20 16:04:13 2002 +0000
description:
Remove superfluous Ns, drop trailing whitespace, fix a Xr, don't let lines
get longer than 80 characters.
diffstat:
crypto/dist/heimdal/kadmin/kadmin.8 | 45 ++++++++++++++++++-----------------
crypto/dist/heimdal/kadmin/kadmind.8 | 25 ++++++++++---------
2 files changed, 36 insertions(+), 34 deletions(-)
diffs (231 lines):
diff -r 5a4ab2acda56 -r ccc857f35ed1 crypto/dist/heimdal/kadmin/kadmin.8
--- a/crypto/dist/heimdal/kadmin/kadmin.8 Tue Aug 20 15:59:37 2002 +0000
+++ b/crypto/dist/heimdal/kadmin/kadmin.8 Tue Aug 20 16:04:13 2002 +0000
@@ -1,4 +1,4 @@
-.\" $Id: kadmin.8,v 1.4 2001/06/19 22:39:55 assar Exp $
+.\" $Id: kadmin.8,v 1.5 2002/08/20 16:04:13 wiz Exp $
.\"
.Dd September 10, 2000
.Dt KADMIN 8
@@ -43,62 +43,63 @@
.Sh DESCRIPTION
The
.Nm
-program is used to make modification to the Kerberos database, either remotely via the
+program is used to make modification to the Kerberos database, either
+remotely via the
.Xr kadmind 8
-daemon, or locally (with the
-.Fl l
+daemon, or locally (with the
+.Fl l
option).
.Pp
Supported options:
.Bl -tag -width Ds
.It Xo
-.Fl p Ar string Ns ,
+.Fl p Ar string ,
.Fl -principal= Ns Ar string
.Xc
principal to authenticate as
.It Xo
-.Fl K Ar string Ns ,
+.Fl K Ar string ,
.Fl -keytab= Ns Ar string
.Xc
keytab for authentication pricipal
.It Xo
-.Fl c Ar file Ns ,
+.Fl c Ar file ,
.Fl -config-file= Ns Ar file
.Xc
location of config file
.It Xo
-.Fl k Ar file Ns ,
+.Fl k Ar file ,
.Fl -key-file= Ns Ar file
.Xc
location of master key file
.It Xo
-.Fl r Ar realm Ns ,
+.Fl r Ar realm ,
.Fl -realm= Ns Ar realm
.Xc
realm to use
.It Xo
-.Fl a Ar host Ns ,
+.Fl a Ar host ,
.Fl -admin-server= Ns Ar host
.Xc
server to contact
.It Xo
-.Fl s Ar port number Ns ,
+.Fl s Ar port number ,
.Fl -server-port= Ns Ar port number
.Xc
port to use
.It Xo
-.Fl l Ns ,
+.Fl l ,
.Fl -local
.Xc
local admin mode
.El
.Pp
-If no
+If no
.Ar command
is given on the command line,
-.Nm
+.Nm
will prompt for commands to process. Commands include:
-.\" not using a list here, since groff apparently gets confused
+.\" not using a list here, since groff apparently gets confused
.\" with nested Xo/Xc
.Bd -ragged -offset indent
.Nm add
@@ -114,7 +115,7 @@
.Op Fl -attributes= Ns Ar attributes
.Op Fl -expiration-time= Ns Ar time
.Op Fl -pw-expiration-time= Ns Ar time
-.Ar principal...
+.Ar principal ...
.Pp
.Bd -ragged -offset indent
creates a new principal
@@ -128,21 +129,21 @@
.Xc
.Oc
.Op Fl -key= Ns Ar string
-.Ar principal...
+.Ar principal ...
.Pp
.Bd -ragged -offset indent
changes the password of an existing principal
.Ed
.Pp
.Nm delete
-.Ar principal...
+.Ar principal ...
.Pp
.Bd -ragged -offset indent
removes a principal
.Ed
.Pp
.Nm del_enctype
-.Ar principal enctypes...
+.Ar principal enctypes ...
.Pp
.Bd -ragged -offset indent
removes some enctypes from a principal, this can be useful the service
@@ -154,7 +155,7 @@
.Fl -keytab= Ns Ar string
.Xc
.Oc
-.Ar principal...
+.Ar principal ...
.Pp
.Bd -ragged -offset indent
creates a keytab with the keys of the specified principals
@@ -164,7 +165,7 @@
.Op Fl l | Fl -long
.Op Fl s | Fl -short
.Op Fl t | Fl -terse
-.Ar expression...
+.Ar expression ...
.Pp
.Bd -ragged -offset indent
lists the principals that match the expressions (which are shell glob
@@ -236,7 +237,7 @@
.Ar file
.Pp
.Bd -ragged -offset indent
-similar to
+similar to
.Nm list
but just modifies the database with the entries in the dump file
.Ed
diff -r 5a4ab2acda56 -r ccc857f35ed1 crypto/dist/heimdal/kadmin/kadmind.8
--- a/crypto/dist/heimdal/kadmin/kadmind.8 Tue Aug 20 15:59:37 2002 +0000
+++ b/crypto/dist/heimdal/kadmin/kadmind.8 Tue Aug 20 16:04:13 2002 +0000
@@ -27,21 +27,22 @@
.Sh DESCRIPTION
.Nm
listens for requests for changes to the Kerberos database and performs
-these, subject to permissions. When starting, if stdin is a socket it assumes that it has been started by
+these, subject to permissions. When starting, if stdin is a socket it
+assumes that it has been started by
.Xr inetd 8 ,
otherwise it behaves as a daemon, forking processes for each new
-connection. The
+connection. The
.Fl -debug
-option causes
+option causes
.Nm
-to accept exactly one connection, which is useful for debugging.
+to accept exactly one connection, which is useful for debugging.
.Pp
If built with krb4 support, it implements both the Heimdal Kerberos 5
administrative protocol and the Kerberos 4 protocol. Password changes
via the Kerberos 4 protocol are also performed by
.Nm kadmind ,
but the
-.Xr kpasswdd 8
+.Xr kpasswdd 8
daemon is responsible for the Kerberos 5 password changing protocol
(used by
.Xr kpasswd 1 )
@@ -86,12 +87,12 @@
Supported options:
.Bl -tag -width Ds
.It Xo
-.Fl c Ar file Ns ,
+.Fl c Ar file ,
.Fl -config-file= Ns Ar file
.Xc
location of config file
.It Xo
-.Fl k Ar file Ns ,
+.Fl k Ar file ,
.Fl -key-file= Ns Ar file
.Xc
location of master key file
@@ -100,23 +101,23 @@
.Xc
what keytab to use
.It Xo
-.Fl r Ar realm Ns ,
+.Fl r Ar realm ,
.Fl -realm= Ns Ar realm
.Xc
realm to use
.It Xo
-.Fl d Ns ,
+.Fl d ,
.Fl -debug
.Xc
enable debugging
.It Xo
-.Fl p Ar port Ns ,
+.Fl p Ar port ,
.Fl -ports= Ns Ar port
.Xc
ports to listen to. By default, if run as a daemon, it listen to ports
749, and 751 (if built with Kerberos 4 support), but you can add any
number of ports with this option. The port string is a whitespace
-separated list of port specifications, with the special string
+separated list of port specifications, with the special string
.Dq +
representing the default set of ports.
.El
@@ -131,7 +132,7 @@
.Ed
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
-.Xr kadmin 1 ,
.Xr kpasswd 1 ,
+.Xr kadmin 8 ,
.Xr kdc 8 ,
.Xr kpasswdd 8
Home |
Main Index |
Thread Index |
Old Index