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

/forgerock/web-agents-v4/tests/
H A Dtest_network.c84 const char *agent_user = "agent"; local
96 rv = am_agent_login(0, openam_url, agent_user, agent_password, agent_realm, &net_options,
/forgerock/web-agents-v4/source/
H A Dadmin.c366 * @param agent_user The user the agent runs as
376 const char* agent_user,
466 install_log("updating %s with %s", AM_INSTALL_AGENTURL, agent_user);
467 rv = string_replace(&agent_conf_template, AM_INSTALL_AGENT, agent_user, &agent_conf_template_sz);
1052 char* agent_user = NULL; local
1386 am_free(agent_user);
1387 agent_user = strdup(v);
1536 if (!upgrade && ISVALID(agent_user)) {
1537 if (!get_confirmation("\nAgent profile name: %s\n", agent_user)) {
1538 RESET_INPUT_STRING(agent_user);
371 create_agent_instance(int status, const char* web_conf_path, const char* openam_url, const char* agent_realm, const char* agent_url, const char* agent_user, const char* agent_password, uid_t* uid, gid_t* gid, property_map_t* property_map) argument
[all...]

Completed in 49 milliseconds