]> git.ipfire.org Git - thirdparty/samba.git/commit
python:gp_cert_auto_enrol: fix GUID stringification
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 24 Mar 2025 22:26:12 +0000 (22:26 +0000)
committerJule Anger <janger@samba.org>
Thu, 17 Apr 2025 12:49:13 +0000 (12:49 +0000)
commit21f1d226e94c150029ac1117d973cac73b1ea3a6
treee8e8a5557aca010269ce471f9c0bf5e0a2cba988
parentf8cbabc59858b8fea57014a5f3e99479b3e886ff
python:gp_cert_auto_enrol: fix GUID stringification

We were using some broken ad-hoc unpacking to do what the ndr
unpacker does perfectly well.

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

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Tue Mar 25 05:21:49 UTC 2025 on atb-devel-224

(cherry picked from commit 47ff42232048c008a7b361a948e5ac79311b5458)

Autobuild-User(v4-22-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-22-test): Thu Apr 17 12:49:13 UTC 2025 on atb-devel-224
python/samba/gp/gp_cert_auto_enroll_ext.py
python/samba/tests/gpo.py