We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336a382 commit e93ed74Copy full SHA for e93ed74
README.md
@@ -200,7 +200,7 @@ $ cat > ~/.irods/irods_environment.json << EOF
200
... [all other connection settings, including SSL parameters, needed for communication with iRODS] ...
201
}
202
EOF
203
-$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password)
+$ python -c "import irods.client_init as iinit; iinit.write_pam_credentials_to_secrets_file(pam_cleartext_password)"
204
```
205
206
PAM logins
0 commit comments