summaryrefslogtreecommitdiff
path: root/source/include/passdb.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-29 01:51:38 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-12 12:31:05 +0100
commit36e283bcadba1759c74cac644f453e1227934475 (patch)
tree67c04ed867b17d5a05d7a977ff923fc4bb9639dc /source/include/passdb.h
parent1773183898c0a08c8b5348212b309bfbeb139831 (diff)
downloadsamba-36e283bcadba1759c74cac644f453e1227934475.tar.gz
s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags.
Guenther (cherry picked from commit 210e4cb42833fc6e4f934bd5f4406f37ee0a347d)
Diffstat (limited to 'source/include/passdb.h')
-rw-r--r--source/include/passdb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/include/passdb.h b/source/include/passdb.h
index 360a0d04443..744b723c83f 100644
--- a/source/include/passdb.h
+++ b/source/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
*/