From 2e8746cc14c75c8958ea15d82c7cfd982a3bb6e0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 17 Dec 2006 19:36:09 +0000 Subject: r20230: I found more mappings of OID string to uint32 id metze (This used to be commit 3d51ce92c272582e19046337ea6b8b2acd60997d) --- source4/librpc/idl/drsuapi.idl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index fcae97769b..4c37036e62 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -319,17 +319,15 @@ interface drsuapi * 0.9.2342.19200300.100.1.* => 0x00150000 * 2.16.840.1.113730.3.1.* => 0x00160000 * 1.2.840.113556.1.5.7000.* => 0x00170000 + * 2.5.21.* => 0x00180000 (attrs for SubSchema) + * 2.5.18.* => 0x00190000 (createTimeStamp,modifyTimeStamp, SubSchema) * 2.5.20.* => 0x001A0000 + * 1.3.6.1.4.1.1466.101.119.* => 0x001B0000 (dynamicObject, entryTTL) * 2.16.840.1.113730.3.2.* => 0x001C0000 * 1.3.6.1.4.1.250.1.* => 0x001D0000 + * 1.2.840.113549.1.9.* => 0x001E0000 (unstructuredAddress,unstructuredName) * 0.9.2342.19200300.100.4.* => 0x001F0000 * - * 1.2.840.113549.1.9.* (unstructuredAddress,unstructuredName) - * 1.3.6.1.4.1.1466.101.119.2 (dynamicObject) - * 1.3.6.1.4.1.1466.101.119.3 (entryTTL) - * 2.5.18.* (createTimeStamp,modifyTimeStamp, SubSchema) - * 2.5.21.* (attrs for SubSchema) - * * Here's a list of used 'attributeSyntax' OID's * * 2.5.5.1 => Object(DS-DN) string -- cgit