Home
last modified time | relevance | path

Searched refs:forest_name (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c941 ctx->forest_name.type = AD_STRING; in ad_disc_init()
978 if (ctx->forest_name.value != NULL) in ad_disc_fini()
979 free(ctx->forest_name.value); in ad_disc_fini()
1025 if (ctx->forest_name.state == AD_STATE_AUTO) in ad_disc_refresh()
1026 ctx->forest_name.state = AD_STATE_INVALID; in ad_disc_refresh()
1478 if (is_fixed(&ctx->forest_name)) in validate_ForestName()
1479 return (&ctx->forest_name); in validate_ForestName()
1485 if (!is_valid(&ctx->forest_name)) in validate_ForestName()
1488 return (&ctx->forest_name); in validate_ForestName()
1496 char *forest_name = NULL; in ad_disc_get_ForestName() local
[all …]
H A Daddisc_impl.h91 ad_item_t forest_name; /* DNS forestname string */ member
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1122 free((*value)[i].forest_name); in free_trusted_forests()
1193 if (strcmp((*value)[i].forest_name, in update_trusted_forest()
1194 (*new)[j].forest_name) == 0 && in update_trusted_forest()
1237 name, f->forest_name, in update_trusted_forest()
1246 name, f->forest_name, in update_trusted_forest()
1825 rc = get_val_astring(handles, "forest_name", &pgcfg->forest_name); in idmap_cfg_load_smf()
1829 if (pgcfg->forest_name != NULL && in idmap_cfg_load_smf()
1830 pgcfg->forest_name[0] == '\0') { in idmap_cfg_load_smf()
1831 free(pgcfg->forest_name); in idmap_cfg_load_smf()
1832 pgcfg->forest_name = NULL; in idmap_cfg_load_smf()
[all …]
H A Dinit.c365 idmapdlog(LOG_DEBUG, "forest_name=%s", CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate()
379 CHECK_NULL(pgcfg->forest_name)); in print_idmapdstate()
383 CHECK_NULL(pgcfg->forest_name), in print_idmapdstate()
400 tf->forest_name, in print_idmapdstate()
407 tf->forest_name, in print_idmapdstate()
H A Didmap_config.h70 char *forest_name; member
94 char *forest_name; /* forest name */ member
H A Dadspriv_impl.c198 if ((s = pgcfg->forest_name) != NULL) { in adspriv_getdcname_1_svc()
H A Dserver.c1260 pgcfg->forest_name); in idmap_get_prop_1_svc()