-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update github.com/msteinert/pam to v2 #107
Comments
Hello, I assume, that it's related to the fact of not using thread unsafe finalizer and call |
Fixed authPam handleErr not detecting nil value of err.
The update of library led to the dropping of support of older (< 1.20) Golang, which I initially wanted to avoid. However time goes forward and older versions of Golang are no longer supported more than 9 months now. At least it let me to remove usage of deprecated methods and directives. |
Thanks! Are you planning to do a new release with this or leaving that for later? |
Not yet, no one reported any issue with older version of library, so I don't consider it as critical. |
Ok. A new release would be helpful since I need to update |
Well, then it is a different story. I'll release |
Hi, there's a new major version
v2
of the https://github.com/msteinert/pam library used for PAM authentication. Please consider updating to it.The text was updated successfully, but these errors were encountered: