Searched refs:sid_v (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 176 char **sid_v, *ptr, **pgid_v, *end; in _nss_ad_passwd2str() local 209 sid_v = adutils_getattr(entry, _PWD_OBJSID); in _nss_ad_passwd2str() 210 if (sid_v == NULL || sid_v[0] == NULL || *sid_v[0] == '\0') in _nss_ad_passwd2str() 214 if ((ptr = strrchr(sid_v[0], '-')) == NULL) in _nss_ad_passwd2str() 248 if (idmap_get_gidbysid(ig, sid_v[0], grid, 0, &gid, &gstat) != 0) in _nss_ad_passwd2str()
|