certainly you'd only want it one way anyways and wouldn't want to spend a fortune on real sync-tools (which could also be used). If this is the case, then you can continue to dump LDIF files from production and import them to your test now and then to "sync" it one way (handling deletions would be a little more difficult). LDIFDE allows to change existing objects, which CSVDE doesn't.
If you're willing to spend a 2k3 box + SQL you could also use "MIIS light" => IIFP (Identity Integration Feature Pack or whatever it's called) which will handle this easily. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lou Vega Sent: Freitag, 19. M�rz 2004 21:10 To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Mirror OU structure to Test This is an older thread - but I'm curious, what if you wanted a more ongoing sync between a "development" domain and a "production" domain? I've used the LDIFDE to "clone" a directory structure (OU's, groups, users) before but it's always been a "one-shot" deal...is there an easier way to keep the two in synch? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GRILLENMEIER,GUIDO (HP-Germany,ex1) Sent: Friday, November 21, 2003 3:55 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Mirror OU structure to Test If you only need a one-time mirror (with no ongoing sync) then a simple CSVDE dump will do the trick. 1. dump current data: csvde -f OULIST.csv -r "(objectClass=OrganizationalUnit)" 2. edit data as required in Excel (e.g. remove system-attributes and change DN as needed) 3. import data to test-forest csvde -i -f OULIST.csv /Guido -----Original Message----- From: Jef Kazimer [mailto:[EMAIL PROTECTED] Sent: Freitag, 21. November 2003 21:32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ActiveDir] Mirror OU structure to Test Hi all, I have an urgent need to mirror our production OU structure to our Test Platform. Is anyone aware of a script or tool where I can export and import the structure? If so....would they share? :) I think I can write something, but if anyone has a pointer in the right direction to an already existing one, that would help out alot! Thanks, Jef List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
