krb5: pricipal -> principal
fix the spelling errors Change-Id: I6769ecc50009c11a296766961c1873f4836f33a7
This commit is contained in:
@@ -805,7 +805,7 @@ fcc_get_principal(krb5_context context,
|
|||||||
int fd;
|
int fd;
|
||||||
krb5_storage *sp;
|
krb5_storage *sp;
|
||||||
|
|
||||||
ret = init_fcc (context, id, "get-pricipal", &sp, &fd, NULL);
|
ret = init_fcc (context, id, "get-principal", &sp, &fd, NULL);
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
ret = krb5_ret_principal(sp, principal);
|
ret = krb5_ret_principal(sp, principal);
|
||||||
|
@@ -386,7 +386,7 @@ sets the salt that is going to be used in the request.
|
|||||||
sets requested ticket lifetime.
|
sets requested ticket lifetime.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_canonicalize
|
.Fn krb5_get_init_creds_opt_set_canonicalize
|
||||||
requests that the KDC canonicalize the client pricipal if possible.
|
requests that the KDC canonicalize the client principal if possible.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_init_creds_opt_set_win2k
|
.Fn krb5_get_init_creds_opt_set_win2k
|
||||||
turns on compatibility with Windows 2000.
|
turns on compatibility with Windows 2000.
|
||||||
|
@@ -1280,7 +1280,7 @@ struct krb5_name_canon_rule_data {
|
|||||||
* @param context A Kerberos context.
|
* @param context A Kerberos context.
|
||||||
* @param hostname hostname to use
|
* @param hostname hostname to use
|
||||||
* @param sname Service name to use
|
* @param sname Service name to use
|
||||||
* @param type name type of pricipal, use KRB5_NT_SRV_HST or KRB5_NT_UNKNOWN.
|
* @param type name type of principal, use KRB5_NT_SRV_HST or KRB5_NT_UNKNOWN.
|
||||||
* @param ret_princ return principal, free with krb5_free_principal().
|
* @param ret_princ return principal, free with krb5_free_principal().
|
||||||
*
|
*
|
||||||
* @return An krb5 error code, see krb5_get_error_message().
|
* @return An krb5 error code, see krb5_get_error_message().
|
||||||
|
Reference in New Issue
Block a user