Searched refs:nldap (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 806 &how->idmap_how_u.nldap.dn, in nldap_lookup_batch() 807 &how->idmap_how_u.nldap.attr, in nldap_lookup_batch() 808 &how->idmap_how_u.nldap.value, in nldap_lookup_batch() 838 &how->idmap_how_u.nldap.dn, in nldap_lookup_batch() 839 &how->idmap_how_u.nldap.attr, in nldap_lookup_batch() 840 &how->idmap_how_u.nldap.value, in nldap_lookup_batch() 850 &how->idmap_how_u.nldap.dn, in nldap_lookup_batch() 851 &how->idmap_how_u.nldap.attr, in nldap_lookup_batch() 852 &how->idmap_how_u.nldap.value, in nldap_lookup_batch()
|
H A D | dbutils.c | 1736 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_sid2pid() 1738 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_sid2pid() 1740 res->info.how.idmap_how_u.nldap.value = in lookup_cache_sid2pid() 3709 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_pid2sid() 3710 map_attr = res->info.how.idmap_how_u.nldap.attr; in update_cache_pid2sid() 3711 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_pid2sid() 3865 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_sid2pid() 3867 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_sid2pid() 4091 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_pid2sid() 4093 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_pid2sid() [all …]
|
H A D | server.c | 605 how->idmap_how_u.nldap.dn = in list_mappings_cb() 607 how->idmap_how_u.nldap.attr = in list_mappings_cb() 609 how->idmap_how_u.nldap.value = in list_mappings_cb()
|
/illumos-gate/usr/src/uts/common/rpcsvc/ |
H A D | idmap_prot.x | 223 case IDMAP_MAP_TYPE_DS_NLDAP: idmap_how_ds_based nldap; variable
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1363 CHECK_NULL(how->idmap_how_u.nldap.dn)); in print_how() 1365 CHECK_NULL(how->idmap_how_u.nldap.attr), in print_how() 1366 CHECK_NULL(how->idmap_how_u.nldap.value)); in print_how() 1475 how->idmap_how_u.nldap.dn); in print_error_info() 1477 how->idmap_how_u.nldap.attr, in print_error_info() 1478 how->idmap_how_u.nldap.value); in print_error_info()
|