(verify_common): the nofail option is the logic inverse of the secure
parmeter git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11150 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,7 +55,7 @@ verify_common (krb5_context context,
|
||||
return ret;
|
||||
|
||||
krb5_verify_init_creds_opt_init(&vopt);
|
||||
krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, secure);
|
||||
krb5_verify_init_creds_opt_set_ap_req_nofail(&vopt, !secure);
|
||||
|
||||
ret = krb5_verify_init_creds(context,
|
||||
&cred,
|
||||
|
Reference in New Issue
Block a user