Lines Matching defs:netgroup
30 /* netgroup attributes filters */
69 char *netgroup;
96 * Adds a name to the netgroup table
373 /* Special case for finding a single user in a netgroup */
419 /* Special case for finding a single host in a netgroup */
546 * top_down_search checks only checks the netgroup specified in netgrname
570 syslog(LOG_DEBUG, "nss_ldap: top_down_search: netgroup loop "
585 /* searching for current netgroup name entry */
631 * __netgr_in checks only checks the netgroup specified in ngroup
643 "netgroup: argc[%d]='%s'\n",
687 const char *netgroup = (const char *) a;
695 if (cookie != NULL && cookie->netgroup != NULL) {
696 /* is this another set on the same netgroup */
697 if (strcmp(cookie->netgroup, netgroup) == 0)
718 free(p->netgroup);
786 * Search through each netgroup consecutively: only search
787 * next netgroup when results from previous netgroup are
789 * Needed for nested netgroup (memberNisNetgroup attributes).
806 "netgroup name: %s", name);
829 * Will exit when no more netgroup
835 } else { /* no more netgroup to process */
838 * there's no more netgroup to process either,
844 "getnetgr_ldap_getent: no more netgroup "
943 "\targs->netgroup: %s\n", ISNULL(args->netgroup));
946 if (args->netgroup == NULL)
953 p->netgroup = strdup(args->netgroup);
954 if (p->netgroup == NULL) {
958 if (add_netgroup_name(args->netgroup, &p->tab) == -1) {