Set encryption types for krb5
Hi,After an ethereal capture I discovered my app had 'Encryption Types: des-cbc-md5 des-cdc-crc des3-cbc-sha1'.I get back error_code: KRB5KDC_ERR_ETYPE_NOSUPP from the server (W2K).Do I need to remove the des3-cbc-sha1encryption? If so, how do I do that?Ted.