Displaying 2 results from an estimated 2 matches for "the_full_dn_to_delet".
Did you mean:
the_full_dn_to_delete
2018 Nov 21
1
samba AD - bind - deleted DNS entries are not removed completely
...nother way? What is the
>> right way to do it?
>>
>> something like:
>>
>> ldbdel -H /usr/local/samba/private/sam.ldb
>> -b"DC=DomainDnsZones,DC=mydomain,DC=com '(dNSTombstoned: TRUE)' ?
> Close, the syntax is:
>
> ldbdel -H /path/to/sam.ldb The_Full_DN_To_Delete
Thank You.
I'm wondering though, isn't there more efficient way like "in bulk",
based on anyof the common attributes?
> You may or may not need to authenticate.
>
>> I read in samba 4.9 new features release notes about scavenging but
>> I'm not sure if i...
2018 Nov 21
2
samba AD - bind - deleted DNS entries are not removed completely
So in my case - is it safe to delete directly using ldbdel or using
windows ADSI gui ldap editor? Or is there another way? What is the right
way to do it?
something like:
ldbdel -H /usr/local/samba/private/sam.ldb
-b"DC=DomainDnsZones,DC=mydomain,DC=com '(dNSTombstoned: TRUE)' ?
I read in samba 4.9 new features release notes about scavenging but I'm
not sure if it's the