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

/forgerock/web-agents-v4/source/
H A Dadmin.c46 #define AM_INSTALL_PASSWORD "AM_AGENT_PASSWORD" macro
491 install_log("updating %s with %s", AM_INSTALL_PASSWORD, password);
492 rv = string_replace(&agent_conf_template, AM_INSTALL_PASSWORD, password, &agent_conf_template_sz);
494 install_log("failed to update %s, %s", AM_INSTALL_PASSWORD, am_strerror(rv));

Completed in 43 milliseconds