Searched defs:attribs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c576 static const char *attribs[3]; local
582 attribs[0] = p->nldap_winname_attr;
583 attribs[1] = "dn";
584 attribs[2] = NULL;
590 filter, NULL, attribs, NULL, 0, &res, &errorp, NULL, NULL);
649 char *attribs[4]; local
663 attribs[i++] = "objectClass";
665 attribs[i++] = p->ad_unixuser_attr;
667 attribs[i++] = p->ad_unixgroup_attr;
668 attribs[
[all...]

Completed in 55 milliseconds