]> git.sur5r.net Git - openldap/commitdiff
Fix PrintableString/IA5String commentary
authorHoward Chu <hyc@openldap.org>
Mon, 3 Sep 2007 00:40:37 +0000 (00:40 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 3 Sep 2007 00:40:37 +0000 (00:40 +0000)
servers/slapd/schema_init.c

index ba78d134d94a28b288947975711373bbf7f4958a..b5cfcc1bc05a73fd0159c57a74dace837d4554ed 100644 (file)
@@ -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.
 
 -------------------------------------------------------------------*/