summaryrefslogtreecommitdiff
path: root/source/include/ads.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:58:24 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:58:24 +0000
commit3aa4f923e99f453310bb4a8d43ce43757591909d (patch)
tree99521ca1f71177496d8b103925214f4a5ac6d786 /source/include/ads.h
parent10b53d7c6fd77f23433dd2ef12bb14b227147a48 (diff)
downloadsamba-3aa4f923e99f453310bb4a8d43ce43757591909d.tar.gz
Merge from HEAD:
net ads password Heimdal compile fixes. Andrew Bartlett
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index f90983e4052..07bf6e4b3b3 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -213,3 +213,10 @@ typedef void **ADS_MODLIST;
#if defined(HAVE_ENCTYPE_ARCFOUR_HMAC_MD5)
#define ENCTYPE_ARCFOUR_HMAC ENCTYPE_ARCFOUR_HMAC_MD5
#endif
+
+/* The older versions of heimdal that don't have this
+ define don't seem to use it anyway. I'm told they
+ always use a subkey */
+#ifndef AP_OPTS_USE_SUBKEY
+#define AP_OPTS_USE_SUBKEY 0
+#endif