File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,16 +165,17 @@ required when they are placed in the environment file.
165165Creating 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+ ```
169170irods.client_init.write_native_credentials_to_secrets_file
170171irods.client_init.write_pam_credentials_to_secrets_file
171172```
172173
173174Each 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
176177Note, 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
178179returns from the transaction.
179180
180181If an .irodsA file exists already, it will be overwritten.
You can’t perform that action at this time.
0 commit comments