summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:45:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:45:16 +0000
commitec458fa87e3ee858be39671f575e21a9350674b6 (patch)
treefd61c4e08925ef898e2af49ba711e4ccf27a382f /source3/include/ads.h
parent395b8937ac3ad49faf65f4938212f7fa283c9da6 (diff)
downloadsamba-ec458fa87e3ee858be39671f575e21a9350674b6.tar.gz
samba-ec458fa87e3ee858be39671f575e21a9350674b6.tar.bz2
samba-ec458fa87e3ee858be39671f575e21a9350674b6.zip
Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's
session key and auth verifier patches. Andrew Bartlett (This used to be commit 3f9616a68a855acbae3f405c27ee2358fbe7ba2c)
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 304a997b2c..f90983e405 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -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