From: Clif H. <cl...@di...> - 2001-01-31 17:26:26
|
> > 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 > What I do with the binary attributes is base64 encode them before dumping them to a the screen or file. This fixes the problem of crashing terminal emulators. Later, Clif Harden |