Skip to content

Commit 0e3db05

Browse files
committed
squash w/ iRODS: Fix bugs, expand options, and clean up implementation
1 parent 052799e commit 0e3db05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/src/main/java/ch/cyberduck/core/irods/IRODSConnectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static AuthScheme fromString(String s) {
5252
return NATIVE;
5353
}
5454

55-
if("pam_password".equalsIgnoreCase(s)) {
55+
if("pam_password".equalsIgnoreCase(s) || "pam".equalsIgnoreCase(s)) {
5656
return PAM_PASSWORD;
5757
}
5858

0 commit comments

Comments
 (0)