libcli/security: wire claims conversion: remove strings uniqueness check
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 22 Nov 2023 01:57:09 +0000 (14:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Nov 2023 22:37:32 +0000 (22:37 +0000)
commit1c88dfc6ac5021beb1ab92a394d38adf44eede62
treec8554f8ee3477153e05756e1ed97c87b7c33bdd7
parent08096fd5b40b0759ab086f2c657cca26ce3f9369
libcli/security: wire claims conversion: remove strings uniqueness check

This changes the behaviour when one of the strings is NULL. Previously
a single NULL string would be ignored, and two would cause an error.
That will be restored in the next commit.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/claims-conversions.c
selftest/knownfail.d/krb5-conditional-aces