-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running as non-root crash #25
Comments
By the way, when I call the authenticate-pam with a non-root user the error is not a segfault, it's a double free:
|
I recall tracing it in the past with valgrind and it was somewhere in libpam. If it is a problem with node-authenticate-pam after all then please submit a PR. |
btw. I just tested on openSUSE Leap 42.2 and it works properly on non-root. |
Nice, I'll do that. |
My package manager is reporting 1.3.0-1.9. Unfortunately I cannot recall but |
Hi
I know issue about crash when run as non root users is known. But do you have any clue where it happen in libpam? I'm facing the same issue and I willing to fix it, if the issue in libpam is not already fixed.
Thanks
The text was updated successfully, but these errors were encountered: