dsdb: Set syntax of userParameters to binary string, not unicode string
commit50b6474fd1b15450c410262d97af94214d8187be
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Sep 2013 17:12:24 +0000 (24 10:12 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 15 Jul 2014 10:46:16 +0000 (15 12:46 +0200)
treecf0ea1267a80e2d1766420759ecc9833019f5f30
parent30e638f23ba38f311a6519349c27453875701ba1
dsdb: Set syntax of userParameters to binary string, not unicode string

This means we continue to store the values as given on SAMR, assuming
that the SAMR buffer is little endian.  The syntax for this specific
object is forced to be a binary blob, so that it is not converted on
DRSUAPI.

This commit does not fix existing databases, nor pdb_samba_dsdb (used
by classicupgrade).

Andrew Bartlett

Bug: https://bugzilla.samba.org/show_bug.cgi?id=8077
Change-Id: I10bb6aaecc381194e3c0ce6b9163f961acbdcee1
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 1592eaa5c781af83aa64bc4e7211339e1d1eafce)
source4/dsdb/schema/schema.h
source4/dsdb/schema/schema_syntax.c