mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
cfeb3d75cb
samba_kdc_get_user_info_dc() does too much. It should be responsible only for getting account information, not for adding extra SIDs. By extracting the call to samba_kdc_add_claims_valid() into the former function’s callers, we’ll be able to remove the ‘claims_valid’ parameter in the next commit, reducing the function’s complexity. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>