python: samdb: Make connecting_user_sid a property
authorRob van der Linde <rob@catalyst.net.nz>
Wed, 28 Feb 2024 03:59:06 +0000 (16:59 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Mar 2024 03:49:34 +0000 (03:49 +0000)
commit4f97df7056b800afde180a504d96bb3363394dae
treef59ae481aa0a65ab3b937c28333bbc7ae3f9db0c
parentc221f7080c505fafe8e44a5aff7b7a72bc60be78
python: samdb: Make connecting_user_sid a property

This is following the same design as other similar properties like samdb.domain_sid, only it doesn't need a setter.

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/samdb.py
python/samba/tests/samba_tool/user_getpassword_gmsa.py