Skip to content

Commit 7d75ae9

Browse files
committed
document SKIP_IINIT_FOR_PASSWORD
1 parent a1ff896 commit 7d75ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

irods/test/scripts/funcs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ with_change_auth_params_for_test()
8989
}
9090

9191
_begin_pam_environment_and_password() {
92+
# If the environment variable SKIP_IINIT_FOR_PASSWORD is set to a non-null length string, then
93+
# the step of generating the .irodsA containing the PAM authentication secret will be skipped.
94+
9295
local username=${2:-alice}
9396
local ENV='{
9497
"irods_host": "localhost",

0 commit comments

Comments
 (0)