Displaying 5 results from an estimated 5 matches for "videdom".
2020 May 22
2
Attribute or value exists during LDB_RENAME
...ndows DC) yesterday, there're
>> a lot of such errors in samba-dc (4.12.2) since then:
>> [2020/05/22 13:19:04.200747, 1] ../../source4/dsdb/repl/replicated_objects.c:904(dsdb_replicated_objects_commit)
>> Failed to apply records: Failed to locally apply remote rename from CN=videdom,CN=Users,DC=domain,DC=com to CN=videdom\0ADEL:961b28de-c68a-470c-af75-a5ad30ddc539,CN=Deleted Objects,DC=domain,DC=com:
>> error in module linked_attributes: Attribute or value exists during LDB_RENAME (20): Other
>>
>> How to get that fixed?
>>
> Ii looks like the group...
2020 May 22
2
Attribute or value exists during LDB_RENAME
...bution group in AD (on a Windows DC) yesterday, there're
a lot of such errors in samba-dc (4.12.2) since then:
[2020/05/22 13:19:04.200747, 1] ../../source4/dsdb/repl/replicated_objects.c:904(dsdb_replicated_objects_commit)
Failed to apply records: Failed to locally apply remote rename from CN=videdom,CN=Users,DC=domain,DC=com to CN=videdom\0ADEL:961b28de-c68a-470c-af75-a5ad30ddc539,CN=Deleted Objects,DC=domain,DC=com:
error in module linked_attributes: Attribute or value exists during LDB_RENAME (20): Other
How to get that fixed?
--
Best regards,
Alex
2020 May 22
2
Attribute or value exists during LDB_RENAME
On 22/05/2020 12:59, Alex wrote
> I apologies, I mistyped the value in grep. This one does find the record in
> Samba:
> # ldbsearch --cross-ncs --show-binary -H /usr/local/samba/private/sam.ldb -b 'CN=Users,DC=domain,DC=com' -s sub '(objectClass=group)' 2>&1 | grep videdom
> dn: CN=videdom,CN=Users,DC=domain,DC=com
> ...
Try changing the search base to 'CN=Deleted Objects,DC=domain,DC=com'
and see if the record exists there as well.
Rowland
2020 May 22
2
Attribute or value exists during LDB_RENAME
...ex wrote
>>> I apologies, I mistyped the value in grep. This one does find the record in
>>> Samba:
>>> # ldbsearch --cross-ncs --show-binary -H /usr/local/samba/private/sam.ldb -b 'CN=Users,DC=domain,DC=com' -s sub '(objectClass=group)' 2>&1 | grep videdom
>>> dn: CN=videdom,CN=Users,DC=domain,DC=com
>>> ...
>> Try changing the search base to 'CN=Deleted Objects,DC=domain,DC=com'
>> and see if the record exists there as well.
> Yeah, I've already tried that:
> # ldbsearch --cross-ncs --show-binary --sho...
2020 May 22
0
Attribute or value exists during LDB_RENAME
...sterday, there're
>>> a lot of such errors in samba-dc (4.12.2) since then:
>>> [2020/05/22 13:19:04.200747, 1] ../../source4/dsdb/repl/replicated_objects.c:904(dsdb_replicated_objects_commit)
>>> Failed to apply records: Failed to locally apply remote rename from CN=videdom,CN=Users,DC=domain,DC=com to CN=videdom\0ADEL:961b28de-c68a-470c-af75-a5ad30ddc539,CN=Deleted Objects,DC=domain,DC=com:
>>> error in module linked_attributes: Attribute or value exists during LDB_RENAME (20): Other
>>>
>>> How to get that fixed?
>>>
>> Ii l...