s/kerberos/Kerberos/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11981 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-06 17:53:05 +00:00
parent 7747568b30
commit 62fb84849a
10 changed files with 18 additions and 18 deletions

View File

@@ -281,7 +281,7 @@ If Kerberos authentication is used, the user must pass valid tickets
and the principal must be allowed to login as the remote user.
.It
The login name must be in the password data base, and not have a null
password (if kerberos is used the password field is not checked). In
password (if Kerberos is used the password field is not checked). In
this case a password must be provided by the client before any file
operations may be performed. If the user has an OTP key, the response
from a successful USER command will include an OTP challenge. The

View File

@@ -36,7 +36,7 @@
.Os HEIMDAL
.Sh NAME
.Nm kadmind
.Nd "server for administrative access to kerberos database"
.Nd "server for administrative access to Kerberos database"
.Sh SYNOPSIS
.Nm
.Oo Fl c Ar file \*(Ba Xo

View File

@@ -109,11 +109,11 @@ don't respond to 524 requests
.It Xo
.Fl -kerberos4
.Xc
respond to kerberos 4 requests
respond to Kerberos 4 requests
.It Xo
.Fl -kerberos4-cross-realm
.Xc
respond to kerberos 4 requests from foreign realms.
respond to Kerberos 4 requests from foreign realms.
This is a known security hole and should not be enabled unless you
understand the consequences and are willing to live with them.
.It Xo

View File

@@ -89,7 +89,7 @@
.Op Ar principal Op Ar command
.Sh DESCRIPTION
.Nm
is used to authenticate to the kerberos server as
is used to authenticate to the Kerberos server as
.Ar principal ,
or if none is given, a system generated default (typically your login
name at the default realm), and acquire a ticket granting ticket that

View File

@@ -151,10 +151,10 @@ are:
.It yes
use the 524 server in the realm to convert the ticket
.It no
use the kerberos 5 ticket directly, can be used with if the afs cell
use the Kerberos 5 ticket directly, can be used with if the afs cell
support 2b token.
.It local, 2b
convert the kerberos 5 credential to a 2b token locally (the same work
convert the Kerberos 5 credential to a 2b token locally (the same work
as a 2b 524 server should have done).
.El
.Pp
@@ -205,7 +205,7 @@ returns 1 if AFS is present in the kernel, 0 otherwise.
.Fn krb_afslog
and
.Fn krb_afslog_uid
returns 0 on success, or a kerberos error number on failure.
returns 0 on success, or a Kerberos error number on failure.
.Fn k_afs_cell_of_file ,
.Fn k_pioctl ,
.Fn k_setpag ,

View File

@@ -38,7 +38,7 @@
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
These functions constitute the kerberos 5 library,
These functions constitute the Kerberos 5 library,
.Em libkrb5 .
Declarations for these functions may be obtained from the include file
.Pa krb5.h .

View File

@@ -330,7 +330,7 @@ List of ports the kdc should listen to.
.It addresses = Va "list of interfaces"
List of addresses the kdc should bind to.
.It enable-kerberos4 = Va BOOL
Turn on kerberos4 support.
Turn on Kerberos 4 support.
.It v4-realm = Va REALM
To what realm v4 requests should be mapped.
.It enable-524 = Va BOOL
@@ -380,10 +380,10 @@ default string (for that principal).
Additional special values of keytypes are:
.Bl -tag -width "xxx" -offset indent
.It v5
The kerberos 5 salt
The Kerberos 5 salt
.Va pw-salt
.It v4
The kerberos 4 type
The Kerberos 4 salt
.Va des:pw-salt:
.El
.It use_v4_salt = Va BOOL

View File

@@ -56,7 +56,7 @@
.Nm krb5_copy_addresses ,
.Nm krb5_append_addresses ,
.Nm krb5_make_addrport
.Nd mange addresses in kerberos.
.Nd mange addresses in Kerberos.
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
@@ -183,7 +183,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
The
.Li krb5_address
structure holds a address that can be used in kerberos api
structure holds a address that can be used in Kerberos API
calls. There are help functions to set and extract address information
of the address.
.Pp
@@ -221,7 +221,7 @@ and after the call, it will contain the actual length of the address.
.Fn krb5_max_sockaddr_size
returns the max size of the
.Li struct sockaddr
that the kerberos library will return.
that the Kerberos library will return.
.Pp
.Fn krb5_sockaddr_uninteresting
returns

View File

@@ -200,7 +200,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Sh DESCRIPTION
The
.Li krb5_ccache
structure holds a kerberos credential cache.
structure holds a Kerberos credential cache.
.Pp
The
.Li krb5_cc_cursor
@@ -221,7 +221,7 @@ that is directly referable.
.Pp
The
.Li krb5_creds
holds a kerberos credential, see manpage for
holds a Kerberos credential, see manpage for
.Xr krb5_creds 3 .
.Pp
.Fn krb5_cc_default_name

View File

@@ -44,7 +44,7 @@
.Nm krb5_data_realloc
.Nm krb5_data_copy
.Nm krb5_copy_data
.Nd operates on the kerberos datatype krb5_data.
.Nd operates on the Kerberos datatype krb5_data.
.Sh LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS