python/samba/krb5: Allow client address (caddr) to be missing or empty
commit46263c5c202f6d409ad1b1d45ae523d9304f03d5
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Mar 2024 23:01:54 +0000 (14 12:01 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Mar 2024 01:50:41 +0000 (28 01:50 +0000)
tree1cdc97646178795a6cce54b57a5733b95db933ee
parent3d1ec5dc676f59d6f8cbcf9869521bf6c67605e5
python/samba/krb5: Allow client address (caddr) to be missing or empty

Currently (as of 2024-02) windows 21H2 returns this as [].

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
python/samba/tests/krb5/raw_testcase.py