Skip to content

Commit

Permalink
Data Transfer: upadate irods_authentication_scheme for iRODS 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 11, 2024
1 parent 893c825 commit 2dcab38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/templates/user/data_transfer.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1>Data Transfer</h1>
"irods_home": "/{{ config.get('IRODS_DEFAULT_ZONE') }}/home",
"irods_user_name": "{{ g.user }}",
"irods_zone_name": "{{ config.get('IRODS_DEFAULT_ZONE') }}",
"irods_authentication_scheme": "pam",
"irods_authentication_scheme": "pam_password",
"irods_encryption_algorithm": "AES-256-CBC",
"irods_encryption_key_size": 32,
"irods_encryption_num_hash_rounds": 16,
Expand All @@ -91,7 +91,7 @@ <h1>Data Transfer</h1>
irods_port: 1247
irods_user_name: "{{ g.user }}"
irods_zone_name: "{{ config.get('IRODS_DEFAULT_ZONE') }}"
irods_authentication_scheme: "pam"
irods_authentication_scheme: "pam_password"
irods_encryption_algorithm: "AES-256-CBC"
irods_encryption_key_size: 32
irods_encryption_num_hash_rounds: 16
Expand Down

0 comments on commit 2dcab38

Please sign in to comment.