From: Graham B. <gb...@po...> - 2001-01-31 20:41:00
|
The dump method on an entry was added a long time ago as a temporary measure as at that time Net::LDAP::LDIF did not exist. Either we need to get people to call Net::LDAP::LDIF(*STDERR)->write($entry) or the dump method should be changed to do that. Graham. On Wed, Jan 31, 2001 at 11:50:17AM -0500, Jim Harle wrote: > I would like to see the dump method for entries made smarter about binary > values of attributes. Right now, it just dumps them as regular characters > which messes up terminal emulators if the wrong values come across. the > ldapsearch command on Solaris shows a value of NOT ASCII for them, which > is much friendlier. > > --Jim Harle > > > > |