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 4455caa commit 3cb9c56Copy full SHA for 3cb9c56
README.md
@@ -191,8 +191,9 @@ or from the Bash command shell:
191
bash$ prc_write_irodsA.py pam_password <<<"${MY_CURRENT_PAM_PASSWORD}"
192
```
193
194
-As a final note, in the "pam_password" scheme the default SSL requirement can be disabled (preferably for
195
-purposes of testing only!):
+As a final note, in the "pam_password" scheme the default SSL requirement can be disabled.
+**Warning:** Disabling the SSL requirement may cause user passwords to be sent over the network
196
+in the clear. This should only be done for purposes of testing. Here's how to do it:
197
198
```python
199
from irods.auth.pam_password import ENSURE_SSL_IS_ACTIVE
0 commit comments