I can get a list of groups on a linux server with the getent group
command. However that only gives me local groups in the /etc/group file.
The server is connected to IPA that is used to create active directory groups. How can I get a list of groups IPA/Active Directory groups on the server.
The command
ipa group-find
with no other arguments will display all user groups.