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

/forgerock/web-agents-v4/source/
H A Dadmin.c408 char* conf_file_path = NULL; local
412 am_asprintf(&conf_file_path, "%s"FILE_PATH_SEP"config"FILE_PATH_SEP"agent.conf", created_name_path);
424 if (log_path == NULL || audit_log_path == NULL || conf_file_path == NULL) {
425 install_log("log_path, audit_log_path or conf_file_path is NULL");
636 install_log("writing configuration to %s", conf_file_path);
637 if (write_file(conf_file_path, agent_conf_content, agent_conf_sz) > 0) {
641 if (chown(conf_file_path, *uid, *gid) != 0) {
643 conf_file_path, *uid, *gid, errno);
654 install_log("failed to write agent configuration to %s", conf_file_path);
661 AM_FREE(conf_file_path, log_pat
[all...]

Completed in 31 milliseconds