Skip to content

Commit a29fe24

Browse files
committed
more README
1 parent 83d6d79 commit a29fe24

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,17 @@ required when they are placed in the environment file.
165165
Creating PAM or Native Credentials File (.irodsA)
166166
-------------------------------------------------
167167

168-
```Two free functions exist for creating encoded authentication files.
168+
Two free functions exist for creating encoded authentication files:
169+
```
169170
irods.client_init.write_native_credentials_to_secrets_file
170171
irods.client_init.write_pam_credentials_to_secrets_file
171172
```
172173

173174
Each takes a cleartext password and writes an appropriately processed version of it
174-
to an .irodsA (secrets) file in the login environment.
175+
into an .irodsA (secrets) file in the login environment.
175176

176177
Note, in the `pam_password` case, this involves sending the cleartext password
177-
to the server (so SSL should be enabled!) and then writing the scrambled token that
178+
to the server (SSL should thus be enabled!) and then writing the scrambled token that
178179
returns from the transaction.
179180

180181
If an .irodsA file exists already, it will be overwritten.

0 commit comments

Comments
 (0)