Skip to content

Commit 3cb9c56

Browse files
d-w-moorealanking
andauthored
Update README.md
Co-authored-by: Alan King <[email protected]>
1 parent 4455caa commit 3cb9c56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ or from the Bash command shell:
191191
bash$ prc_write_irodsA.py pam_password <<<"${MY_CURRENT_PAM_PASSWORD}"
192192
```
193193

194-
As a final note, in the "pam_password" scheme the default SSL requirement can be disabled (preferably for
195-
purposes of testing only!):
194+
As a final note, in the "pam_password" scheme the default SSL requirement can be disabled.
195+
**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:
196197

197198
```python
198199
from irods.auth.pam_password import ENSURE_SSL_IS_ACTIVE

0 commit comments

Comments
 (0)