Searched refs:machine_sid (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | wksids.c | 293 int len = strlen(_idmapdstate.cfg->pgcfg.machine_sid); in find_wksid_by_sid() 295 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid); in find_wksid_by_sid() 378 int len = strlen(_idmapdstate.cfg->pgcfg.machine_sid); in find_wk_by_sid() 380 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid); in find_wk_by_sid()
|
H A D | directory_provider_nsswitch.c | 75 int machine_sid_len = strlen(_idmapdstate.cfg->pgcfg.machine_sid); in directory_provider_nsswitch_get() 77 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid); in directory_provider_nsswitch_get() 447 int len = strlen(_idmapdstate.cfg->pgcfg.machine_sid); in machine_sid_dav() 450 _idmapdstate.cfg->pgcfg.machine_sid, rid); in machine_sid_dav()
|
H A D | idmap_config.c | 130 generate_machine_sid(char **machine_sid, char *machine_uuid) in generate_machine_sid() argument 152 len = asprintf(machine_sid, "S-1-5-21-%u-%u-%u", in generate_machine_sid() 155 if (len == -1 || *machine_sid == NULL) { in generate_machine_sid() 1689 rc = get_val_astring(handles, "machine_sid", &pgcfg->machine_sid); in idmap_cfg_load_smf() 1692 if (pgcfg->machine_sid == NULL) { in idmap_cfg_load_smf() 1697 if (generate_machine_sid(&pgcfg->machine_sid, in idmap_cfg_load_smf() 1701 "machine_sid", pgcfg->machine_sid); in idmap_cfg_load_smf() 2210 changed += update_string(&live_pgcfg->machine_sid, in idmap_cfg_load() 2211 &new_pgcfg.machine_sid, "machine_sid"); in idmap_cfg_load() 2441 if (pgcfg->machine_sid) { in idmap_cfg_unload() [all …]
|
H A D | idmap_config.h | 82 char *machine_sid; /* machine sid */ member
|
H A D | directory_provider_builtin.c | 288 _idmapdstate.cfg->pgcfg.machine_sid, in sid_dav()
|
H A D | init.c | 363 idmapdlog(LOG_DEBUG, "machine_sid=%s", CHECK_NULL(pgcfg->machine_sid)); in print_idmapdstate()
|
H A D | dbutils.c | 1260 strdup(_idmapdstate.cfg->pgcfg.machine_sid); in lookup_wksids_sid2pid() 1359 strdup(_idmapdstate.cfg->pgcfg.machine_sid); in lookup_wksids_pid2sid() 1444 _idmapdstate.cfg->pgcfg.machine_sid); in lookup_wksids_name2sid() 2790 strdup(_idmapdstate.cfg->pgcfg.machine_sid); in generate_localsid() 2835 s = (_idmapdstate.cfg->pgcfg.machine_sid) ? in lookup_localsid2pid() 2836 strcasecmp(sidprefix, _idmapdstate.cfg->pgcfg.machine_sid) : 1; in lookup_localsid2pid()
|
H A D | server.c | 1231 pgcfg->machine_sid); in idmap_get_prop_1_svc()
|