Hello,

 

I don’t think it is a good idea to create a IPA posix group with the same GID. I think the best option is adding the IPA user to the local group as you tried to do. The only problem is that you used the short username, and you need to use username@domain. Something like this:

# groupmems -g admins -a ricky@ipa.domain.com

 

Thanks & Regards.