diff options
author | Günther Deschner <gd@samba.org> | 2008-11-29 01:51:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-02 00:52:39 +0100 |
commit | 61a6b49e48f9d58c50a1be8e3b55ed49ceba5344 (patch) | |
tree | d90d1d314ea1c695cffcaa79ea3a7249faea1f49 /source3/include | |
parent | b07d3794d25eddf53fa1d313eff3dfd8781469d9 (diff) | |
download | samba-61a6b49e48f9d58c50a1be8e3b55ed49ceba5344.tar.gz samba-61a6b49e48f9d58c50a1be8e3b55ed49ceba5344.tar.bz2 samba-61a6b49e48f9d58c50a1be8e3b55ed49ceba5344.zip |
s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 360a0d0444..744b723c83 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 */ |