From: Howard Chu Date: Mon, 3 Sep 2007 00:40:37 +0000 (+0000) Subject: Fix PrintableString/IA5String commentary X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8fcb44d131c44e188985ddd44f7a29dd975dcad;p=openldap Fix PrintableString/IA5String commentary --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index ba78d134d9..b5cfcc1bc0 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -1445,12 +1445,11 @@ PrintableString In ASN.1, Printable string is just a string of printable characters and can be empty. In X.500, semantics much like NumericString (see serialNumber for a like example) excepting uses insignificant space - handling instead of ignore all spaces. + handling instead of ignore all spaces. They must be non-empty. IA5String Basically same as PrintableString. There are no examples in X.500, - but same logic applies. So we require them to be non-empty as - well. + but same logic applies. Empty strings are allowed. -------------------------------------------------------------------*/