From 384979a07d91abb66de7326d6197ef4a5655936e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 31 Jan 2007 11:35:20 +0000 Subject: [PATCH] Note for future - we should provide macros for all of the syntaxes listed in RFC4517 and just let users use them. --- servers/slapd/bconfig.c | 6 ++++++ 1 file changed, 6 insertions(+) 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" }, -- 2.39.5