In the past we used winbind to integrate our RedHat servers with the Active Directory, we switched to using realmd and sssd. winbind provides a tool wbinfo to query user/group properties.
e.g. wbinfo --uid-info id
Does sssd provide a similar tool ?
I installed sssd-tools but that seems to be a collection of tools to add/delete/modify users and groups.
I need to translate a uid provided by smbstatus into a username
probably getent for user information en good old id:
Used against a ipa server, no kerberos trusts with AD, but should work the same.