gsskrb5: Make krb5 mech use referrals
Modify the gss krb5 mech to always use referrals unless the KRB5_NCRO_NO_REFERRALS flag is set. Change-Id: I7efd873ac922a43adafa2c492703b576847a885f
This commit is contained in:

committed by
Jeffrey Altman

parent
8a5d50a328
commit
cfdf6d5cbe
@@ -48,7 +48,7 @@ OM_uint32 GSSAPI_CALLCONV _gsskrb5_canonicalize_name (
|
||||
|
||||
GSSAPI_KRB5_INIT (&context);
|
||||
|
||||
ret = _gsskrb5_canon_name(minor_status, context, 1, NULL, input_name, &name);
|
||||
ret = _gsskrb5_canon_name(minor_status, context, NULL, input_name, &name);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
Reference in New Issue
Block a user