r20280: if the uint8_t array starts with 0xFF, then it's not a OID
commit037e158938d70826ccd087136cbbdcb143d0bf87
authorStefan Metzmacher <metze@samba.org>
Wed, 20 Dec 2006 14:44:14 +0000 (20 14:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:30 +0000 (10 14:29 -0500)
treee2b9d07424275d8ae6636ee72e84af88ca775c78
parentaaccc47c0e827668e9d2df9626397bdcf801efe6
r20280: if the uint8_t array starts with 0xFF, then it's not a OID
and we return the array as hexstring. this is always in the last
array member of the meppings array, and I is always 21 bytes long

w2k in mixed mode:   FF0000000000000000000000000000000000000000
w2k3 in mixed mode:  FF00000002A5DA73B101C43B449028E2F832FE466F
w2k3 in native mode: FF00000001635D94BDE62E2C4C9BAC9D6AFA4F69F8

I assume it's some kind of schema version...

metze
(This used to be commit db16f6382da50167b6cefdaeb8488b00a45fb928)
source4/librpc/ndr/ndr_drsuapi.c