[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: printablesStringValidate
At 07:51 AM 2001-10-04, Mark Adamson wrote:
>Is someone working on this "printablesStringValidate" function in
>schema_init.c for slapd? It showed up in version 1.107 of the file, and
>seems to be a duplicate of printableStringValidate() (note the difference
>in plurality).
>I was wondering what was the intended difference between the two.
#define SLAP_PRINTABLES(c) ( SLAP_PRINTABLE(c) || (c) == '$' )
>I noticed this when I was getting LDAP_INAPPROPRIATE_MATCHING with the
>facsimileTelephoneNumber attribute.
The difference is that one printableString v. multiple (list of)
printableStrings.
Kurt