From: Günther Deschner Date: Sat, 29 Nov 2008 00:51:38 +0000 (+0100) Subject: s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags. X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=61a6b49e48f9d58c50a1be8e3b55ed49ceba5344 s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags. Guenther --- diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 360a0d04443..744b723c83f 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -23,16 +23,6 @@ #ifndef _PASSDB_H #define _PASSDB_H - -/* - * in samba4 idl - * ACCT_NT_PWD_SET == SAMR_FIELD_PASSWORD and - * ACCT_LM_PWD_SET == SAMR_FIELD_PASSWORD2 - */ - -#define ACCT_NT_PWD_SET 0x01000000 -#define ACCT_LM_PWD_SET 0x02000000 - /* * bit flags representing initialized fields in struct samu */