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

/httpd/modules/ldap/
H A Dutil_ldap.c1218 apr_array_header_t *subgroups = apr_array_make(r->pool, 20, sizeof(char *)); local
1231 * 3.B. The cache didn't have any subgrouplist yet. Go check for subgroups.
1252 ldc->reason = "ldap_search_ext_s() for subgroups failed with server"
1264 ldc->reason = "ldap_search_ext_s() for subgroups failed with timeout";
1273 ldc->reason = "ldap_search_ext_s() for subgroups failed";
1297 * to *just* the subgroups, add them to the compare_nodep, and
1298 * then proceed to check the new level of subgroups.
1318 char **newgrp = (char **) apr_array_push(subgroups);
1331 if (subgroups->nelts > 0) {
1337 sizeof(char *) * (subgroups
[all...]

Completed in 15 milliseconds