pydsdb: Allow the full range of uint32_t values for attributeID
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jul 2015 02:29:25 +0000 (14:29 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Aug 2015 21:46:22 +0000 (23:46 +0200)
commitbed29f3c92861fb2b83ad03a5c759061e1c31eba
tree95374e628f94802cd805caefd71e68e6ee7184bd
parent336d41155e94303d0e1fa0530874539339439fed
pydsdb: Allow the full range of uint32_t values for attributeID

The high bit may be set in these integers, so we need an unsigned int to store it in

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11429

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/dsdb/pydsdb.c