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. and the principal must be allowed to login as the remote user.
.It .It
The login name must be in the password data base, and not have a null 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 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 operations may be performed. If the user has an OTP key, the response
from a successful USER command will include an OTP challenge. The from a successful USER command will include an OTP challenge. The

View File

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

View File

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

View File

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

View File

@@ -151,10 +151,10 @@ are:
.It yes .It yes
use the 524 server in the realm to convert the ticket use the 524 server in the realm to convert the ticket
.It no .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. support 2b token.
.It local, 2b .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). as a 2b 524 server should have done).
.El .El
.Pp .Pp
@@ -205,7 +205,7 @@ returns 1 if AFS is present in the kernel, 0 otherwise.
.Fn krb_afslog .Fn krb_afslog
and and
.Fn krb_afslog_uid .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_afs_cell_of_file ,
.Fn k_pioctl , .Fn k_pioctl ,
.Fn k_setpag , .Fn k_setpag ,

View File

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

View File

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

View File

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

View File

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

View File

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