Searched defs:agent_password_source (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c1055 char* agent_password_source = NULL; local
1582 if (ISVALID(agent_password_source)) {
1583 if (!get_confirmation("\nAgent password is taken from %s\n", agent_password_source)) {
1584 RESET_INPUT_STRING(agent_password_source);
1588 while (!ISVALID(agent_password_source)) {
1601 agent_password_source = strdup(input);
1615 openam_url, agent_url, agent_user, agent_realm, agent_password_source);
1616 RESET_INPUT_STRING(agent_password_source);

Completed in 35 milliseconds