Searched refs:logon_user_enable (Results 1 - 5 of 5) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | config.h | 226 int logon_user_enable; member in struct:__anon77
|
| H A D | config.c | 722 if (c->logon_user_enable > 0) { 723 SAVE_NUM_VALUE(conf, h, MAKE_TYPE(AM_CONF_WIN_LOGON, 0), c->logon_user_enable); 1228 r->logon_user_enable = i->num_value;
|
| H A D | config_file.c | 562 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_IIS_LOGON_USER, CONF_NUMBER, NULL, &conf->logon_user_enable, NULL);
|
| H A D | config_xml.c | 367 parse_config_value(ctx, AM_AGENTS_CONFIG_IIS_LOGON_USER, CONF_NUMBER, NULL, &ctx->conf->logon_user_enable, val, len);
|
| /forgerock/web-agents-v4/source/iis/ |
| H A D | agent.c | 1070 m->doLogOn = rq->conf->logon_user_enable ? TRUE : FALSE;
|
Completed in 63 milliseconds