git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11634 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-02-04 21:48:01 +00:00
parent 6f2d91b8fe
commit 8998f51418
3 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
.Sh DESCRIPTION
.Nm
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.
.Pp
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
for all principals. The use of pre-authentication makes it more
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
version 4 protocol doesn't support any pre-authentication, so serving
off if you have clients that don't support pre-authentication. Since the
version 4 protocol doesn't support any pre-authentication, serving
version 4 clients is just about the same as not requiring
pre-athentication. The default is to require
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.
.El
.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 ,
and
.Xr krb5_openlog 3 .
@@ -110,7 +110,7 @@ only are found in the
section.
All the command-line options can preferably be added in the
configuration file. The only difference is the pre-authentication flag,
that has to be specified as:
which has to be specified as:
.Pp
.Dl require-preauth = no
.Pp