diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-06-14 15:30:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-06-16 09:57:51 +1000 |
commit | ecfce7365c8d3fffc5b8eeda13b18e2605ff7b02 (patch) | |
tree | f730f9ad7380ac25759ce706d537ff88b1c9e0c0 /source4/dsdb/common | |
parent | 81f70834caa4d77f0799506bd9c17d05d631ebd4 (diff) | |
download | samba-ecfce7365c8d3fffc5b8eeda13b18e2605ff7b02.tar.gz samba-ecfce7365c8d3fffc5b8eeda13b18e2605ff7b02.tar.bz2 samba-ecfce7365c8d3fffc5b8eeda13b18e2605ff7b02.zip |
s4:dsdb Add control for signaling between repl_meta_data and linked_attributes
This control will allow the linked_attributes module to know if
repl_meta_data has already handled the creation of forward and back
links.
Andrew Bartlett
Diffstat (limited to 'source4/dsdb/common')
-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 53ffdc4d31..0b6ef3d0a1 100644 --- a/source4/dsdb/common/util.h +++ b/source4/dsdb/common/util.h @@ -31,4 +31,5 @@ #define DSDB_MODIFY_RELAX 0x0020 #define DSDB_MODIFY_PERMISSIVE 0x0040 #define DSDB_FLAG_AS_SYSTEM 0x0080 + #define DSDB_SEARCH_ONE_ONLY 0x0020 /* give an error unless 1 record */ |