]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags.
authorGünther Deschner <gd@samba.org>
Sat, 29 Nov 2008 00:51:38 +0000 (01:51 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 12 Dec 2008 11:31:05 +0000 (12:31 +0100)
Guenther
(cherry picked from commit 210e4cb42833fc6e4f934bd5f4406f37ee0a347d)

source/include/passdb.h

index 360a0d04443abaf6beb38b26cb98b006d9f7ec38..744b723c83f6cd5d154ca9c7a61afefcbf921ca8 100644 (file)
 #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
  */