I wanted to consolidate my permissions for my NFS shares by adding users to groups. I added the users to groups in freeIPA, refreshed the database cache in TrueNAS, the group appears but no users are a member of it. Manually querying LDAP confirms the users are in the group
dn: cn=media_writer,cn=groups,cn=accounts,dc=corkery,dc=cloud
cn: media_writer
…
member: uid=radarr,cn=users,cn=accounts,dc=corkery,dc=cloud
member: uid=sonarr,cn=users,cn=accounts,dc=corkery,dc=cloud
member: uid=sabnzbd,cn=users,cn=accounts,dc=corkery,dc=cloud
Is there something I am missing and need to enable or is this a bug? Thanks