Searched refs:forest_name (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libadutils/common/ |
H A D | addisc.c | 162 ad_item_t forest_name; /* DNS forestname string */ member 1167 ctx->forest_name.type = AD_STRING; in ad_disc_init() 1198 if (ctx->forest_name.value != NULL) in ad_disc_fini() 1199 free(ctx->forest_name.value); in ad_disc_fini() 1237 if (ctx->forest_name.state == AD_STATE_AUTO) in ad_disc_refresh() 1238 ctx->forest_name.state = AD_STATE_INVALID; in ad_disc_refresh() 1520 char *forest_name; in validate_SiteName() local 1570 if (!is_fixed(&ctx->forest_name)) { in validate_SiteName() 1581 forest_name = DN_to_DNS(config_naming_context + len); in validate_SiteName() 1584 forest_name); in validate_SiteName() [all …]
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 974 free((*value)[i].forest_name); in free_trusted_forests() 1045 if (strcmp((*value)[i].forest_name, in update_trusted_forest() 1046 (*new)[j].forest_name) == 0 && in update_trusted_forest() 1089 name, f->forest_name, in update_trusted_forest() 1098 name, f->forest_name, in update_trusted_forest() 1563 rc = get_val_astring(handles, "forest_name", &pgcfg->forest_name); in idmap_cfg_load_smf() 1568 pgcfg->forest_name); in idmap_cfg_load_smf() 1665 if (pgcfg->forest_name != NULL && pgcfg->trusted_domains != NULL && in discover_trusted_domains() 1697 if (strcasecmp(forestname, pgcfg->forest_name) == 0) { in discover_trusted_domains() 1711 trustedforests[k].forest_name) == 0) { in discover_trusted_domains() [all …]
|
H A D | idmap_config.h | 68 char *forest_name; member 87 char *forest_name; /* forest name */ member
|
H A D | init.c | 375 idmapdlog(LOG_DEBUG, "forest_name=%s", CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate() 389 CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate() 393 CHECK_NULL(pgcfg->forest_name), in print_idmapdstate() 410 tf->forest_name, in print_idmapdstate() 417 tf->forest_name, in print_idmapdstate()
|
H A D | server.c | 1243 pgcfg->forest_name); in idmap_get_prop_1_svc()
|