Spelling, from David Love
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15549 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -98,7 +98,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fo krb5_get_init_creds_opt_set_etype_list
|
.Fo krb5_get_init_creds_opt_set_etype_list
|
||||||
.Fa "krb5_get_init_creds_opt *opt"
|
.Fa "krb5_get_init_creds_opt *opt"
|
||||||
.Fa "krb5_enctype *etype_list"
|
.Fa "krb5_enctype *etype_list"
|
||||||
.Fa int etype_list_length"
|
.Fa "int etype_list_length"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft void
|
.Ft void
|
||||||
.Fo krb5_get_init_creds_opt_set_forwardable
|
.Fo krb5_get_init_creds_opt_set_forwardable
|
||||||
@@ -205,7 +205,7 @@ and
|
|||||||
.Fa krb5_in_cred
|
.Fa krb5_in_cred
|
||||||
functions.
|
functions.
|
||||||
.Pp
|
.Pp
|
||||||
If you only to verify a user and password, consider using
|
If you only want to verify a username and password, consider using
|
||||||
.Xr krb5_verify_user 3
|
.Xr krb5_verify_user 3
|
||||||
instead, since it also verifies that initial credentials with using a
|
instead, since it also verifies that initial credentials with using a
|
||||||
keytab to make sure the response was from the KDC.
|
keytab to make sure the response was from the KDC.
|
||||||
@@ -236,8 +236,8 @@ or
|
|||||||
functions.
|
functions.
|
||||||
.Fn krb5_get_init_creds
|
.Fn krb5_get_init_creds
|
||||||
is the least specialized function and can, with the right in data,
|
is the least specialized function and can, with the right in data,
|
||||||
behave like the later two.
|
behave like the latter two.
|
||||||
The later two are there for compatibly with older releases and that
|
The latter two are there for compatibility with older releases and
|
||||||
they are slightly easier to use.
|
they are slightly easier to use.
|
||||||
.Pp
|
.Pp
|
||||||
.Li krb5_prompt
|
.Li krb5_prompt
|
||||||
@@ -258,7 +258,7 @@ If
|
|||||||
is set, the prompter function shouldn't echo the output to the display
|
is set, the prompter function shouldn't echo the output to the display
|
||||||
device.
|
device.
|
||||||
.Fa reply
|
.Fa reply
|
||||||
must be preallocated, it will not be allocated in by the prompter
|
must be preallocated; it will not be allocated by the prompter
|
||||||
function.
|
function.
|
||||||
Possible values for the
|
Possible values for the
|
||||||
.Fa type
|
.Fa type
|
||||||
@@ -271,7 +271,7 @@ element are:
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_prompter_posix
|
.Fn krb5_prompter_posix
|
||||||
is a the default prompter function in a posix environment.
|
is a the default prompter function in a POSIX environment.
|
||||||
It matches the
|
It matches the
|
||||||
.Fa krb5_prompter_fct
|
.Fa krb5_prompter_fct
|
||||||
and can be used in the
|
and can be used in the
|
||||||
@@ -334,16 +334,16 @@ or
|
|||||||
.Fa key_proc
|
.Fa key_proc
|
||||||
can be
|
can be
|
||||||
.Dv NULL
|
.Dv NULL
|
||||||
if the caller what to use the default values.
|
if the caller wants to use the default values.
|
||||||
If the
|
If the
|
||||||
.Fa password
|
.Fa password
|
||||||
is unset and needed, the use will be prompted for it.
|
is unset and needed, the user will be prompted for it.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_paq_request
|
.Fn krb5_get_init_creds_opt_set_paq_request
|
||||||
sets the password that is going to be used to get a new ticket.
|
sets the password that is going to be used to get a new ticket.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_preauth_list
|
.Fn krb5_get_init_creds_opt_set_preauth_list
|
||||||
sets the list of client supported preauth types.
|
sets the list of client-supported preauth types.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_proxiable
|
.Fn krb5_get_init_creds_opt_set_proxiable
|
||||||
makes the request proxiable.
|
makes the request proxiable.
|
||||||
@@ -352,7 +352,7 @@ makes the request proxiable.
|
|||||||
sets the requested renewable lifetime.
|
sets the requested renewable lifetime.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_salt
|
.Fn krb5_get_init_creds_opt_set_salt
|
||||||
sets that that is going to be used in the request.
|
sets the salt that is going to be used in the request.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_tkt_life
|
.Fn krb5_get_init_creds_opt_set_tkt_life
|
||||||
sets requested ticket lifetime.
|
sets requested ticket lifetime.
|
||||||
|
Reference in New Issue
Block a user