lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and use...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 4 Mar 2024 01:27:19 +0000 (14:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 Mar 2024 02:54:36 +0000 (02:54 +0000)
commit416b6c5a03d4fa9d55decc1de6a9ab409fa045f0
treeba18506d671b8c84e6a68659431c608b1f671f56
parent195c0e0d4912d37a8404e83e0e3357bb47b61e0d
lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and use "unsigned long long"

We need to change the internal types assumed in Samba for the opaque
integers to "unsigned long long" as this is what ldb.set_opaque() will
create, and we want to move to this interface rather than have a
duplicate.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
lib/ldb-samba/pyldb.c
source4/dsdb/common/util.c
source4/dsdb/samdb/ldb_modules/repl_meta_data.c
source4/dsdb/samdb/ldb_modules/rootdse.c