Lines Matching defs:live_pgcfg

2141 	idmap_pg_config_t new_pgcfg, *live_pgcfg;
2146 live_pgcfg = &cfg->pgcfg;
2169 } else if (live_pgcfg->domain_controller != NULL) {
2171 live_pgcfg->domain_controller);
2198 changed += update_uint64(&live_pgcfg->list_size_limit,
2201 changed += update_uint64(&live_pgcfg->id_cache_timeout,
2204 changed += update_uint64(&live_pgcfg->name_cache_timeout,
2207 changed += update_uint64(&live_pgcfg->rediscovery_interval,
2210 changed += update_string(&live_pgcfg->machine_sid,
2213 changed += update_bool(&live_pgcfg->eph_map_unres_sids,
2216 changed += update_bool(&live_pgcfg->use_ads,
2219 changed += update_bool(&live_pgcfg->use_lsa,
2222 changed += update_bool(&live_pgcfg->disable_cross_forest_trusts,
2226 changed += update_enum(&live_pgcfg->directory_based_mapping,
2230 changed += update_string(&live_pgcfg->ad_unixuser_attr,
2233 changed += update_string(&live_pgcfg->ad_unixgroup_attr,
2236 changed += update_string(&live_pgcfg->nldap_winname_attr,
2239 changed += update_string(&live_pgcfg->default_domain,
2242 changed += update_dirs(&live_pgcfg->preferred_dc,
2247 if (update_string(&live_pgcfg->domain_name,
2251 idmapd_set_krb5_realm(live_pgcfg->domain_name);
2253 live_pgcfg->domain_name_auto_disc = new_pgcfg.domain_name_auto_disc;
2255 changed += update_string(&live_pgcfg->domain_guid,
2257 live_pgcfg->domain_guid_auto_disc = new_pgcfg.domain_guid_auto_disc;
2259 dc_changed = update_dirs(&live_pgcfg->domain_controller,
2262 live_pgcfg->domain_controller_auto_disc =
2265 changed += update_string(&live_pgcfg->forest_name,
2267 live_pgcfg->forest_name_auto_disc = new_pgcfg.forest_name_auto_disc;
2269 changed += update_string(&live_pgcfg->site_name,
2271 live_pgcfg->site_name_auto_disc = new_pgcfg.site_name_auto_disc;
2290 if (live_pgcfg->domain_name != NULL &&
2291 live_pgcfg->forest_name != NULL)
2300 changed += update_dirs(&live_pgcfg->global_catalog,
2302 live_pgcfg->global_catalog_auto_disc =
2307 if (update_domains_in_forest(&live_pgcfg->domains_in_forest,
2313 if (update_trusted_domains(&live_pgcfg->trusted_domains,
2316 if (live_pgcfg->trusted_domains != NULL &&
2317 live_pgcfg->trusted_domains[0].domain[0] != '\0')
2321 if (update_trusted_forest(&live_pgcfg->trusted_forests,
2322 &live_pgcfg->num_trusted_forests, &new_pgcfg.trusted_forests,
2325 if (live_pgcfg->trusted_forests != NULL)