search for: massdelhelper

Displaying 1 result from an estimated 1 matches for "massdelhelper".

2015 Jan 31
1
samba4: cleaning up deleted DNS objects
...you did, and if you had any issues). > > I found it a pitty that 'ldbdel' does not allow you to search by attributes, > so now I'm doing: > > # ldbsearch -H > /root/DC\=DOMAINDNSZONES\,DC\=JNET\,DC\=HERMANJORDAN\,DC\=NL.ldb > 'isDeleted=TRUE'|grep dn:|/root/massdelhelper >/root/killthese > > # ldbmodify -H > /root/DC\=DOMAINDNSZONES\,DC\=JNET\,DC\=HERMANJORDAN\,DC\=NL.ldb /root/killthese > Modified 107156 records successfully > > Where the '/root/massdelhelper' script is: > ** > #!/bin/bash > while true > do > read -r x |...