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 a1ff896 commit 7d75ae9Copy full SHA for 7d75ae9
irods/test/scripts/funcs
@@ -89,6 +89,9 @@ with_change_auth_params_for_test()
89
}
90
91
_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
+
95
local username=${2:-alice}
96
local ENV='{
97
"irods_host": "localhost",
0 commit comments