A hack to get us building on a slightly older heimdal kerberos. It appears
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Mar 2003 23:16:40 +0000 (23:16 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Mar 2003 23:16:40 +0000 (23:16 +0000)
that we don't need this flag - heimdal's internal password change routines
don't set it.

Andrew Bartlett

source/include/ads.h

index f90983e4052c61c068dc67d14bdea6fd2a99e9ec..07bf6e4b3b369b4ba603191e67a041f365ca58d1 100644 (file)
@@ -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