-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
PAM authentication failure #9872
Comments
Can you make sure you use an uppercase |
Confirmed, even with "PAM:" as the prefix I get "Error code received from iRODS:-319000." in the client and the server logs
|
Milestone renamed |
Confirmation of fix in DICE-UNC/jargon#224 |
Documentation for the new |
After upgrading to 5.4.0 it still fails for me. With version 5.3.9, the failed logins looked like
after upgrading to 5.4.0 they look like
but I still get an error authenticating:
FWIW, I can authenticate using the iRODs cloud browser using pam and those login records look like
Thanks |
Please use the new property Authorization in the profile to select PAM for authentication. Refer to https://trac.cyberduck.io/wiki/help/en/howto/irods#AuthenticationwithPAMscheme |
cyberduck can no longer connect ot iRODS backends that use PAM for authentication. Last known working version was 5.2.2. The issue appears to be that the "pam:" string that was prefixed to the user name in previous versions is now passed through to the backend as part of the user name rather than being stripped off and used to request pam authentication from the backend.
The text was updated successfully, but these errors were encountered: