From: Howard Chu Date: Wed, 31 Jan 2007 11:35:20 +0000 (+0000) Subject: Note for future - we should provide macros for all of the syntaxes X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~103 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=384979a07d91abb66de7326d6197ef4a5655936e;p=openldap Note for future - we should provide macros for all of the syntaxes listed in RFC4517 and just let users use them. --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 4d4fef409a..209fc2e663 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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" },