diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-17 19:36:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:25 -0500 |
commit | 2e8746cc14c75c8958ea15d82c7cfd982a3bb6e0 (patch) | |
tree | 4a4d6364ef58ab7855b8238f2eb33143b59d7d10 /source4/librpc | |
parent | 7aa96e9960dc1717f47c14f6f0d6d4b8e8e7173d (diff) | |
download | samba-2e8746cc14c75c8958ea15d82c7cfd982a3bb6e0.tar.gz samba-2e8746cc14c75c8958ea15d82c7cfd982a3bb6e0.tar.bz2 samba-2e8746cc14c75c8958ea15d82c7cfd982a3bb6e0.zip |
r20230: I found more mappings of OID string to uint32 id
metze
(This used to be commit 3d51ce92c272582e19046337ea6b8b2acd60997d)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 10 |
1 files changed, 4 insertions, 6 deletions
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 |