Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| rdms:access:linux:irodsfs [2024/09/09 07:37] – ↷ Page name changed from rdms:access:linux:lwpfuse to rdms:access:linux:irodsfs jelte | rdms:access:linux:irodsfs [2024/11/11 15:24] (current) – Updated config files for newer irodsfs versions jelte | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| < | < | ||
| - | host: store.data.rug.nl | + | irods_host: store.data.rug.nl |
| - | port: 1247 | + | irods_port: 1247 |
| - | proxy_user: < | + | irods_user_name: < |
| - | client_user: < | + | irods_zone_name: rug |
| - | zone: rug | + | irods_user_password: "< |
| - | password: | + | |
| - | auth_scheme: "pam" | + | irods_authentication_scheme: "pam_password" |
| - | ssl_ca_cert_file: "/ | + | irods_ssl_ca_certificate_file: "/ |
| - | ssl_encryption_key_size: 32 | + | irods_encryption_key_size: 32 |
| - | ssl_encryption_algorithm: " | + | irods_encryption_algorithm: " |
| - | ssl_encryption_salt_size: 8 | + | irods_encryption_salt_size: 8 |
| - | ssl_encryption_hash_rounds: 16 | + | irods_encryption_num_hash_rounds: 16 |
| path_mappings: | path_mappings: | ||
| - | - irods_path: / | + | - irods_path: / |
| mapping_path: | mapping_path: | ||
| resource_type: | resource_type: | ||
| </ | </ | ||
| + | |||
| **Notes:** | **Notes:** | ||
| - | * In | + | * Older version of '' |
| - | * Depending on your Linux distribution (e.g. CentOS), you might need to adjust ''/ | + | * Depending on your Linux distribution (e.g. CentOS), you might need to adjust ''/ |
| * Keep in mind that your UG mail addressed needs to be specified in lowercase! | * Keep in mind that your UG mail addressed needs to be specified in lowercase! | ||
| Line 113: | Line 113: | ||
| < | < | ||
| - | host: store.data.rug.nl | + | irods_host: store.data.rug.nl |
| - | port: 1247 | + | irods_port: 1247 |
| - | proxy_user: < | + | irods_user_name: < |
| - | client_user: < | + | irods_zone_name: rug |
| - | zone: rug | + | irods_user_password: "< |
| - | password: | + | |
| - | + | ||
| - | authscheme: "pam" | + | |
| - | ssl_ca_cert_file: | + | |
| - | sslencryption_key_size: | + | |
| - | ssl_encryption_algorithm: | + | |
| - | ssl_encryption_salt_size: | + | |
| - | ssl_encryption_hash_rounds: | + | |
| + | irods_authentication_scheme: | ||
| + | irods_ssl_ca_certificate_file: | ||
| + | irods_encryption_key_size: | ||
| + | irods_encryption_algorithm: | ||
| + | irods_encryption_salt_size: | ||
| + | irods_encryption_num_hash_rounds: | ||
| path_mappings: | path_mappings: | ||
| Line 136: | Line 134: | ||
| resource_type: | resource_type: | ||
| </ | </ | ||
| + | |||
| While it is possible to provide your password directly in the '' | While it is possible to provide your password directly in the '' | ||
| You can also install and use '' | You can also install and use '' | ||