diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-11 16:14:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-13 12:30:48 +1000 |
commit | c5e41a21dd2dad9b43b40b38f75cea0da67c2cce (patch) | |
tree | 6a4ab50d722a445d30e67a91d10f6cd491f994ad /source4/dsdb/common/util.h | |
parent | 65e12c05012b714dc1060650419f72266bf5ad07 (diff) | |
download | samba-c5e41a21dd2dad9b43b40b38f75cea0da67c2cce.tar.gz |
s4-dsdb Add flag to set DSDB_BYPASS_PASSWORD_HASH control
Diffstat (limited to 'source4/dsdb/common/util.h')
-rw-r--r-- | source4/dsdb/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/common/util.h b/source4/dsdb/common/util.h index afcb3dc7e7b..0140f2956e6 100644 --- a/source4/dsdb/common/util.h +++ b/source4/dsdb/common/util.h @@ -35,6 +35,7 @@ #define DSDB_SEARCH_ONE_ONLY 0x0200 /* give an error unless 1 record */ #define DSDB_SEARCH_SHOW_RECYCLED 0x0400 #define DSDB_PROVISION 0x0800 +#define DSDB_BYPASS_PASSWORD_HASH 0x1000 bool is_attr_in_list(const char * const * attrs, const char *attr); |