set KRB5_GC_CANONICALIZE.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22709 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -151,6 +151,8 @@ main(int argc, char **argv)
|
|||||||
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_FORWARDABLE);
|
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_FORWARDABLE);
|
||||||
if (!transit_flag)
|
if (!transit_flag)
|
||||||
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_TRANSIT_CHECK);
|
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_TRANSIT_CHECK);
|
||||||
|
if (canonicalize_flag)
|
||||||
|
krb5_get_creds_opt_add_options(context, opt, KRB5_GC_CANONICALIZE);
|
||||||
|
|
||||||
if (delegation_cred_str) {
|
if (delegation_cred_str) {
|
||||||
krb5_ccache id;
|
krb5_ccache id;
|
||||||
|
Reference in New Issue
Block a user