]> git.sur5r.net Git - openldap/commitdiff
Note for future - we should provide macros for all of the syntaxes
authorHoward Chu <hyc@openldap.org>
Wed, 31 Jan 2007 11:35:20 +0000 (11:35 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 31 Jan 2007 11:35:20 +0000 (11:35 +0000)
listed in RFC4517 and just let users use them.

servers/slapd/bconfig.c

index 4d4fef409aa593992524db34155fadd4c31ef79d..209fc2e663daa565d85bb82901fd85bc710cca50 100644 (file)
@@ -200,6 +200,12 @@ static OidRec OidMacros[] = {
        { "OLcfgBkOc", "OLcfgOc:1" },
        { "OLcfgDbOc", "OLcfgOc:2" },
        { "OLcfgOvOc", "OLcfgOc:3" },
+
+       /* Syntaxes. We should just start using the standard names and
+        * document that they are predefined and available for users
+        * to reference in their own schema. Defining schema without
+        * OID macros is for masochists...
+        */
        { "OMsyn", "1.3.6.1.4.1.1466.115.121.1" },
        { "OMsBoolean", "OMsyn:7" },
        { "OMsDN", "OMsyn:12" },