diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-02 08:14:52 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-02 08:16:57 +1100 |
commit | 00b39c70f57882a453a8d2e6b0f1f37fd39a2d2a (patch) | |
tree | 3c57915f41f31733c0d7a7d05343f3ac410a8818 /source4/lib/ldb-samba | |
parent | cced56736431094db14d07cfe04fd7606541c339 (diff) | |
download | samba-00b39c70f57882a453a8d2e6b0f1f37fd39a2d2a.tar.gz samba-00b39c70f57882a453a8d2e6b0f1f37fd39a2d2a.tar.bz2 samba-00b39c70f57882a453a8d2e6b0f1f37fd39a2d2a.zip |
s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNs
This allows for more flags in the future
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/ldif_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c index 7ddc8e57a7..4611eba3f1 100644 --- a/source4/lib/ldb-samba/ldif_handlers.c +++ b/source4/lib/ldb-samba/ldif_handlers.c @@ -870,7 +870,7 @@ static const struct ldb_dn_extended_syntax samba_dn_syntax[] = { .write_clear_fn = ldif_write_objectGUID, .write_hex_fn = extended_dn_write_hex },{ - .name = "DELETED", + .name = "RMD_FLAGS", .read_fn = ldb_handler_copy, .write_clear_fn = ldb_handler_copy, .write_hex_fn = ldb_handler_copy |