From c672a343138b4c642fe8902337d7a9225531c276 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 27 Feb 2008 16:49:44 +0100 Subject: Move PASS_*_CHANGE_AT_NEXT_LOGON defines to samr.idl. Guenther (This used to be commit 618eae4c0cd6a68349a76cdf36f281733fb472ae) --- source3/include/rpc_samr.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index cf6027999b..12fbfb601d 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -74,9 +74,6 @@ SamrTestPrivateFunctionsUser ********************************************************************/ -#define PASS_MUST_CHANGE_AT_NEXT_LOGON 0x01 -#define PASS_DONT_CHANGE_AT_NEXT_LOGON 0x00 - #define MAX_SAM_ENTRIES_W2K 0x400 #define MAX_SAM_ENTRIES_W95 50 /* The following should be the greater of the preceeding two. */ -- cgit