fimugdha opened a new pull request, #1171: URL: https://github.com/apache/ranger/pull/1171
## What changes were proposed in this pull request? The Unix Authentication service is rarely utilized for Ranger authentication, as the vast majority of deployments have migrated to modern alternatives like PAM or LDAP. To optimize default startup behavior, we are removing the Unix Authentication service from the Ranger Usersync default startup sequence. Moving forward, this service will run only if explicitly enabled via the `ranger.usersync.unix.auth.enabled` property within the `ranger-ugsync-site.xml` configuration file. ## How was this patch tested? 1. Brought up ranger core services: ranger, usersync, tagsync, pdp and kms in containers. 2. Created a user on ranger & usersync containers. 3. Set the password for the user. 4. User got synced successfully on Ranger Admin. 5. Login was successfully with the user password on Ranger Admin with PAM authentication. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
