Skip to content

Commit 340354f

Browse files
committed
extra options
1 parent e93e81b commit 340354f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/yoda/yoda_using_icommands.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,14 @@ You will need to change the example user name to your Yoda user name.
9999
"irods_home": "/vu/home",
100100
"irods_user_name": "xxx@vu.nl",
101101
"irods_zone_name": "vu",
102+
"irods_default_resource": "irodsResc",
102103
"irods_authentication_scheme": "pam_password",
103104
"irods_encryption_algorithm": "AES-256-CBC",
104105
"irods_encryption_key_size": 32,
105106
"irods_encryption_num_hash_rounds": 16,
106107
"irods_encryption_salt_size": 8,
107-
"irods_client_server_negotiation": "request_server_negotiation"
108+
"irods_client_server_negotiation": "request_server_negotiation",
109+
"irods_client_server_policy": "CS_NEG_REQUIRE"
108110
}
109111
```
110112
::: {.callout-important}

0 commit comments

Comments
 (0)