From 9b8b2bb094f7f23bf097b9d6337ac715628c2ab3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Sep 2005 00:33:28 +0000 Subject: r10044: Microsoft has defined this bit: support.microsoft.com/?kbid=832572 (It inhbits the generation of a PAC). Andrew Bartlett (This used to be commit 330f351085089cc8f72eb350ec8b017b35e7e59c) --- source4/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/ads.h b/source4/include/ads.h index 43d9a14777..4617233377 100644 --- a/source4/include/ads.h +++ b/source4/include/ads.h @@ -151,7 +151,7 @@ typedef void **ADS_MODLIST; #define UF_UNUSED_5 0x00800000 #define UF_UNUSED_6 0x01000000 -#define UF_UNUSED_7 0x02000000 +#define UF_NO_AUTH_DATA_REQUIRED 0x02000000 #define UF_UNUSED_8 0x04000000 #define UF_UNUSED_9 0x08000000 -- cgit