]> git.sur5r.net Git - openldap/commitdiff
Add a summary to strings comment
authorKurt Zeilenga <kurt@openldap.org>
Tue, 6 Aug 2002 04:25:54 +0000 (04:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 6 Aug 2002 04:25:54 +0000 (04:25 +0000)
servers/slapd/schema_init.c

index 63b41b2da6fc3d97c393188ae5dc77e04cca16fc..18051b6340bfcf3dea556b0352fbeb2d8f14b215 100644 (file)
@@ -9,6 +9,19 @@
 LDAP/X.500 string syntax / matching rules have a few oddities.  This
 comment attempts to detail how slapd(8) treats them.
 
+Summary:
+  StringSyntax         X.500   LDAP    Matching
+  DirectoryString      CHOICE  UTF8    i/e + ignore insignificant spaces
+  PrintableString      subset  subset  i/e + ignore insignificant spaces
+  NumericString                subset  subset  ignore all spaces
+  IA5String                    ASCII   ASCII   i/e + ignore insignificant spaces
+  TeletexString                T.61    T.61    i/e + ignore insignificant spaces
+
+  TelephoneNumber subset  subset  i + ignore all spaces and "-"
+
+  See draft-ietf-ldapbis-strpro for details (once published).
+
+
 Directory String -
   In X.500(93), a directory string can be either a PrintableString,
   a bmpString, or a UniversalString (e.g., UCS (a subset of Unicode)).
@@ -60,8 +73,6 @@ IA5String
 ****/
 
 
-
-
 #include "portable.h"
 
 #include <stdio.h>