From: Chris R. <chr...@me...> - 2001-03-07 11:16:50
|
Kartik Subbarao <sub...@co...> wrote: > I have submitted a patch to LDIF.pm via sourceforge. It enables > write_cmd() to print modrdn operations properly. > > -Kartik > It doesn't handle newsuperior... Shouldn't the code be calling _write_attr instead of _wrap? Calling _write_attr will automatically base-64 encode 'unsafe' values. Hm, printing the DN should use _write_attr too... Does the attached patch work any better? Cheers, Chris |