Using Ruby, I want to be able to connect to the Red Hat Identity Management System and retrieve a list of users that belong to a specific user group.
I know that you are able to get and search for users using the ipa command if you are on the server (as per the documentation in this link). However, I want to do this remotely like when you connect to an LDAP server.
Any suggestion how can I do that? can I do it through the LDAP library or interface in Ruby?