seanorama commented on issue #3495: NIFI-5973 Adds ShellUserGroupProvider URL: https://github.com/apache/nifi/pull/3495#issuecomment-502399301 Under the Unix NSS implementation, will it get groups for users who are not enumerated in `getent passwd`? The most common scenario for this implementation is with systems such as SSSD where `enumerate=false` is often set. In that scenarios the users/groups will not show in `getent passwd` and `getent group`, but will show if you query the user/group directly (i.e. `getent passwd ${user}`, `getent group ${group}`, `id ${user}`).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
