[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] miscellaneous mechglue stuff




>> 	if (authenticator->cksum->cksumtype == CKSUMTYPE_RSA_MD5) {
>> 		ret = krb5_verify_checksum(gssapi_krb5_context,
>> 			NULL, 0, NULL, 0, authenticator->cksum);
>> 	} else {
>> 		ret = gssapi_krb5_verify_8003_checksum(minor_status,

Also be careful to initialize flags = 0 if you do not call
gssapi_krb5_verify_8003_checksum().

-- Luke

--