From: Chris R. <chr...@me...> - 2001-02-26 10:34:42
|
Bing Du <Bi...@ci...> wrote: > I checked both online ducumentation about ldapmodify and RFC. Did not > see anything wrong with my ldif. [...] > Ldapmodify output: Ah, you're not debugging the right program here, apologies if I wasn't clear. Change your Net::LDAP program so that it prints debugging output: $ldap = Net::LDAP->new('morpheus', debug => 15); It may be that the LDIF changerecord code in Net::LDAP::LDIF is not issuing the right sort of modify operations to the server, so setting debug => 15 will tell us exactly what's being sent. Cheers, Chris |