mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r22991: ignore '@foo' attributes in the repl_meta_data module
metze
(This used to be commit b592ac1c2c
)
This commit is contained in:
parent
9b4a689c98
commit
d863f65d93
@ -483,6 +483,8 @@ static int replmd_add_originating(struct ldb_module *module,
|
|||||||
struct replPropertyMetaData1 *m = &nmd.ctr.ctr1.array[ni];
|
struct replPropertyMetaData1 *m = &nmd.ctr.ctr1.array[ni];
|
||||||
const struct dsdb_attribute *sa;
|
const struct dsdb_attribute *sa;
|
||||||
|
|
||||||
|
if (e->name[0] == '@') continue;
|
||||||
|
|
||||||
sa = dsdb_attribute_by_lDAPDisplayName(schema, e->name);
|
sa = dsdb_attribute_by_lDAPDisplayName(schema, e->name);
|
||||||
if (!sa) {
|
if (!sa) {
|
||||||
ldb_debug_set(module->ldb, LDB_DEBUG_ERROR,
|
ldb_debug_set(module->ldb, LDB_DEBUG_ERROR,
|
||||||
|
Loading…
Reference in New Issue
Block a user