spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11634 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,7 +51,7 @@ daemon is responsible for the Kerberos 5 password changing protocol
|
|||||||
.Xr kpasswd 1 )
|
.Xr kpasswd 1 )
|
||||||
.
|
.
|
||||||
.Pp
|
.Pp
|
||||||
This daemon should only be run on ther master server, and not on any
|
This daemon should only be run on the master server, and not on any
|
||||||
slaves.
|
slaves.
|
||||||
.Pp
|
.Pp
|
||||||
Principals are always allowed to change their own password and list
|
Principals are always allowed to change their own password and list
|
||||||
@@ -118,7 +118,7 @@ enable debugging
|
|||||||
.Fl p Ar port ,
|
.Fl p Ar port ,
|
||||||
.Fl -ports= Ns Ar port
|
.Fl -ports= Ns Ar port
|
||||||
.Xc
|
.Xc
|
||||||
ports to listen to. By default, if run as a daemon, it listen to ports
|
ports to listen to. By default, if run as a daemon, it listens to ports
|
||||||
749, and 751 (if Kerberos 4 support is built and enabled), but you can
|
749, and 751 (if Kerberos 4 support is built and enabled), but you can
|
||||||
add any number of ports with this option. The port string is a
|
add any number of ports with this option. The port string is a
|
||||||
whitespace separated list of port specifications, with the special
|
whitespace separated list of port specifications, with the special
|
||||||
|
10
kdc/kdc.8
10
kdc/kdc.8
@@ -30,7 +30,7 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
serves requests for tickets. When it starts, it first checks the flags
|
serves requests for tickets. When it starts, it first checks the flags
|
||||||
passed, any options that are not specified with a command line flag is
|
passed, any options that are not specified with a command line flag are
|
||||||
taken from a config file, or from a default compiled-in value.
|
taken from a config file, or from a default compiled-in value.
|
||||||
.Pp
|
.Pp
|
||||||
Options supported:
|
Options supported:
|
||||||
@@ -49,8 +49,8 @@ This is the only value that can't be specified in the config file.
|
|||||||
Turn off the requirement for pre-autentication in the initial AS-REQ
|
Turn off the requirement for pre-autentication in the initial AS-REQ
|
||||||
for all principals. The use of pre-authentication makes it more
|
for all principals. The use of pre-authentication makes it more
|
||||||
difficult to do offline password attacks. You might want to turn it
|
difficult to do offline password attacks. You might want to turn it
|
||||||
off if you have clients that doesn't do pre-authentication. Since the
|
off if you have clients that don't support pre-authentication. Since the
|
||||||
version 4 protocol doesn't support any pre-authentication, so serving
|
version 4 protocol doesn't support any pre-authentication, serving
|
||||||
version 4 clients is just about the same as not requiring
|
version 4 clients is just about the same as not requiring
|
||||||
pre-athentication. The default is to require
|
pre-athentication. The default is to require
|
||||||
pre-authentication. Adding the require-preauth per principal is a more
|
pre-authentication. Adding the require-preauth per principal is a more
|
||||||
@@ -93,7 +93,7 @@ will listen on all the locally configured addresses. If only a subset
|
|||||||
is desired, or the automatic detection fails, this option might be used.
|
is desired, or the automatic detection fails, this option might be used.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
All activities , are logged to one or more destinations, see
|
All activities are logged to one or more destinations, see
|
||||||
.Xr krb5.conf 5 ,
|
.Xr krb5.conf 5 ,
|
||||||
and
|
and
|
||||||
.Xr krb5_openlog 3 .
|
.Xr krb5_openlog 3 .
|
||||||
@@ -110,7 +110,7 @@ only are found in the
|
|||||||
section.
|
section.
|
||||||
All the command-line options can preferably be added in the
|
All the command-line options can preferably be added in the
|
||||||
configuration file. The only difference is the pre-authentication flag,
|
configuration file. The only difference is the pre-authentication flag,
|
||||||
that has to be specified as:
|
which has to be specified as:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl require-preauth = no
|
.Dl require-preauth = no
|
||||||
.Pp
|
.Pp
|
||||||
|
@@ -59,17 +59,17 @@ is not zero terminated.
|
|||||||
.Fl k Ar kspec ,
|
.Fl k Ar kspec ,
|
||||||
.Fl -keytab= Ns Ar kspec
|
.Fl -keytab= Ns Ar kspec
|
||||||
.Xc
|
.Xc
|
||||||
keytab to get authentication key from
|
Keytab to get authentication key from
|
||||||
.It Xo
|
.It Xo
|
||||||
.Fl r Ar realm ,
|
.Fl r Ar realm ,
|
||||||
.Fl -realm= Ns Ar realm
|
.Fl -realm= Ns Ar realm
|
||||||
.Xc
|
.Xc
|
||||||
default realm
|
Default realm
|
||||||
.It Xo
|
.It Xo
|
||||||
.Fl p Ar string ,
|
.Fl p Ar string ,
|
||||||
.Fl -port= Ns Ar string
|
.Fl -port= Ns Ar string
|
||||||
.Xc
|
.Xc
|
||||||
port to listen on (default service kpasswd - 464).
|
Port to listen on (default service kpasswd - 464).
|
||||||
.El
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
If an error occurs, the error message is returned to the user and/or
|
If an error occurs, the error message is returned to the user and/or
|
||||||
|
Reference in New Issue
Block a user