[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: "pretty" routines
At 01:04 PM 2001-12-05, Kurt D. Zeilenga wrote:
>I added code to slapd input routines to take advantage
>of the pretty routines when adding values to attributes.
>Should also pretty DNs on add....
BTW, a "pretty" routine
a) verifies the representation conforms to the value's syntax
(like the validate routine does)
b) rewrites the representation of the value into a prettier form.
That is, the routine can change the representation of the
value, but not the value.
Kurt