G
Guest
I have been able to export the groups in my domain using this command:
ldifde -f groupexport.ldf -s crpdc01 -t 3268 -d "dc=chomes,dc=com" -p
subtree -r "(&(objectCategory=group)(objectClass=group))" -l "cn,objectclass"
I then edit the file to rename the domain name to the name of the domain I
want to import these groups to (A test domain in a test lab) and rename the
file to importgroups.ldf. When I try to import the file it fails. I get a
message that tells me on line 1 of my file there is a "Constraint Violationâ€
and then a "Server Side error message an attribute is missing"
I have been able to export and import my OU's and Users, but I am stuck
trying to figure out what attribute I need to add to my command to make my
import successful. Also, once this works, does anyone know how to export and
import the users into their groups?
ldifde -f groupexport.ldf -s crpdc01 -t 3268 -d "dc=chomes,dc=com" -p
subtree -r "(&(objectCategory=group)(objectClass=group))" -l "cn,objectclass"
I then edit the file to rename the domain name to the name of the domain I
want to import these groups to (A test domain in a test lab) and rename the
file to importgroups.ldf. When I try to import the file it fails. I get a
message that tells me on line 1 of my file there is a "Constraint Violationâ€
and then a "Server Side error message an attribute is missing"
I have been able to export and import my OU's and Users, but I am stuck
trying to figure out what attribute I need to add to my command to make my
import successful. Also, once this works, does anyone know how to export and
import the users into their groups?