ChinmayHegde24 opened a new pull request, #705: URL: https://github.com/apache/ranger/pull/705
Ranger when enabled with PAM authentication and a user tries to login(created in ranger container), the authentication fails with NullPointerException. Looks like above issue is coming because of assignment of parameters to themselves, rather than to the instance variables. (in initialize() method of PamLoginModule class) Causing instance variables to remain uninitialized (null) -- 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]
