s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Jan 2010 19:17:53 +0000 (20:17 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 13 Jan 2010 13:51:59 +0000 (14:51 +0100)
commit5d08309204e475e85250a34ff7986c896e8c3c01
treee881773538e14d38baa44684ca5a9ae2813d41c4
parent2d7ad938d0b9345af920d396d5098ee52e900f2d
s4:dsdb/common: let samdb_msg_add_uint() call samdb_msg_add_int()

This is important as LDAP servers always play with int32 values
and we have to encode 0x80000000 as "-2147483648" instead of "2147483648".

metze
source4/dsdb/common/util.c