its PAC not PAQ
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -459,7 +459,7 @@ get_new_tickets(krb5_context context,
|
|||||||
if(anonymous_flag != -1)
|
if(anonymous_flag != -1)
|
||||||
krb5_get_init_creds_opt_set_anonymous (opt, anonymous_flag);
|
krb5_get_init_creds_opt_set_anonymous (opt, anonymous_flag);
|
||||||
if (pac_flag != -1)
|
if (pac_flag != -1)
|
||||||
krb5_get_init_creds_opt_set_paq_request(context, opt,
|
krb5_get_init_creds_opt_set_pac_request(context, opt,
|
||||||
pac_flag ? TRUE : FALSE);
|
pac_flag ? TRUE : FALSE);
|
||||||
if (pk_cert_file || pk_key_file) {
|
if (pk_cert_file || pk_key_file) {
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
|
@@ -306,7 +306,7 @@ krb5_get_init_creds_opt_set_pa_password(krb5_context context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
krb5_get_init_creds_opt_set_paq_request(krb5_context context,
|
krb5_get_init_creds_opt_set_pac_request(krb5_context context,
|
||||||
krb5_get_init_creds_opt *opt,
|
krb5_get_init_creds_opt *opt,
|
||||||
krb5_boolean req_pac)
|
krb5_boolean req_pac)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user