cd9d6f1 Ticket #293 - remove-ds-admin.pl does not remove everything

Authored and Committed by nhosoi 11 years ago
    Ticket #293 - remove-ds-admin.pl does not remove everything
    
    Bug Description: While remove-ds.pl takes "-a" option to remove
    all the directories and files generated by setup-ds.pl, the
    corresponding remove-ds-admin.pl for the entire system including
    the Admin Server does not support "-a" option.
    
    Fix Description: This patch makes remove-ds-admin.pl support
    "-a" option.  Admin Server setup script setup-ds-admin.pl backs
    up the original files admserv.conf, httpd.conf, nss.conf,
    console.conf, cert8.db, key3.db and secmod.db in the bakup
    directory.  By passing "-a" to remove-ds-admin.pl, it removes
    directory server instances belonging to the Admin Server and
    restores the files backed up by setup-ds-admin.pl.  If "-a" is
    not passed, the above files remain in the config directory.
    
    https://fedorahosted.org/389/ticket/293