Is there an easy way to do a backup, modify and restore of an active directory instance?
More specifically, I'm looking to do a backup, then change all references of DC=foo,DC=com
to DC=foo,DC=dev
so that I can setup a development AD.
I've been attempting to use ldifde
with no success. I'm hoping someone has a simple script that can help accomplish this, my googles have failed me thus far.