1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's

session key and auth verifier patches.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
-
parent 7a2566f2e9
commit 3f9616a68a
7 changed files with 143 additions and 49 deletions

View File

@@ -208,3 +208,8 @@ typedef void **ADS_MODLIST;
/* Kerberos environment variable names */
#define KRB5_ENV_CCNAME "KRB5CCNAME"
/* Heimdal uses a slightly different name */
#if defined(HAVE_ENCTYPE_ARCFOUR_HMAC_MD5)
#define ENCTYPE_ARCFOUR_HMAC ENCTYPE_ARCFOUR_HMAC_MD5
#endif