s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()
authorStefan Metzmacher <metze@samba.org>
Mon, 11 Jan 2010 19:00:43 +0000 (20:00 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 13 Jan 2010 13:51:59 +0000 (14:51 +0100)
commit2d7ad938d0b9345af920d396d5098ee52e900f2d
tree91b3544697d39b06d766d000c742c95b37a12f88
parent8d4b913ce24632eca2a6fc08ef8f553eaa9afa77
s4:dsdb/common: let samdb_msg_add_uint64() call samdb_msg_add_int64()

This is important as LDAP servers always play with int64 values
and we have to encode 0x8000000000000000LL as "-9223372036854775808"
instead of "9223372036854775808".

metze
source4/dsdb/common/util.c