Note for future - we should provide macros for all of the syntaxes

listed in RFC4517 and just let users use them.
This commit is contained in:
Howard Chu 2007-01-31 11:35:20 +00:00
parent 9fc2268c73
commit 384979a07d

View 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" },