From: Chris R. <chr...@me...> - 2001-02-23 15:32:08
|
Bing Du <Bi...@ci...> wrote: > have the following two lines in the ldif. Ldapmodify command can > modify the first entry without any problem. But gives 'constraint > violation' on the second one. Do I have to split them into two ldif's? > > ==== > dn: uid=111,ou=dept-1,dc=tamu,dc=edu > changetype: modrdn > newrdn: uid=222 > deleteoldrdn: 1 > > dn: uid=111,ou=dept-2,dc=tamu,dc=edu > changetype: modrdn > newrdn: uid=222 > deleteoldrdn: 1 > ===== > > Any ideas? > > Thanks, > > Bing You shouldn't need two LDIF files, because the two entries have different parents. Can you send us the output of the modify operation after you set debug => 15? Cheers, Chris |