spelling, from openbsd

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14375 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-12-08 17:52:41 +00:00
parent 3525e279f2
commit 0a5afe8034
3 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd October 31, 2004
.Dd December 8, 2004
.Dt KRB5.CONF 5
.Os HEIMDAL
.Sh NAME
@@ -377,17 +377,17 @@ Turn on Kerberos 4 support.
To what realm v4 requests should be mapped.
.It Li enable-524 = Va BOOL
Should the Kerberos 524 converting facility be turned on.
Default is same as
Default is the same as
.Va enable-kerberos4 .
.It Li enable-http = Va BOOL
Should the kdc answer kdc-requests over http.
.It Li enable-kaserver = Va BOOL
If this kdc should emulate the AFS kaserver.
.It Li check-ticket-addresses = Va BOOL
verify the addresses in the tickets used in tgs requests.
Verify the addresses in the tickets used in tgs requests.
.\" XXX
.It Li allow-null-ticket-addresses = Va BOOL
Allow addresses-less tickets.
Allow address-less tickets.
.\" XXX
.It Li allow-anonymous = Va BOOL
If the kdc is allowed to hand out anonymous tickets.
@@ -424,7 +424,7 @@ If pre-authentication is required to talk to the kadmin server.
If a principal already have its password set for expiration, this is
the time it will be valid for after a change.
.It Li default_keys = Va keytypes...
for each entry in
For each entry in
.Va default_keys
try to parse it as a sequence of
.Va etype:salttype:salt

View File

@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd March 20, 2004
.Dd December 8, 2004
.Dt KRB5_CONTEXT 3
.Os HEIMDAL
.Sh NAME
@@ -218,7 +218,7 @@ gets the version of file credentials caches that should be used.
.Pp
.Fn krb5_set_config_files
set the list of configuration files to use and re-initialize the
configration from the files.
configuration from the files.
.Pp
.Fn krb5_prepend_config_files
parse the

View File

@@ -1,4 +1,4 @@
.\" Copyright (c) 2000-2003 Kungliga Tekniska H<>gskolan
.\" Copyright (c) 2000 - 2004 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" $Id$
.\"
.Dd May 26, 2003
.Dd December 8, 2004
.Dt VERIFY_KRB5_CONF 8
.Os HEIMDAL
.Sh NAME
@@ -67,13 +67,13 @@ include:
Usually means that <something> is misspelled, or that it contains
weird characters. The parsing done by
.Nm
is more strict than the one performed by libkrb5, and so strings that
work in real life, might be reported as bad.
is more strict than the one performed by libkrb5, so strings that
work in real life might be reported as bad.
.It "<path>: host not found (<hostname>)"
Means that <path> is supposed to point to a host, but it can't be
recognised as one.
.It <path>: unknown or wrong type
Means that <path> is either is a string when it should be a list, vice
Means that <path> is either a string when it should be a list, vice
versa, or just that
.Nm
is confused.