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

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c73 char **sgAttributes; /* Array of strings constructed (post-config) from subgroupattrs. Last entry is NULL. */ member in struct:__anon65
350 sec->sgAttributes = apr_pcalloc(p, sizeof (char *) * GROUPATTR_MAX_ELTS + 1);
997 sec->sgAttributes[0] ? sec->sgAttributes : default_attributes,
1604 for (i = 0; sec->sgAttributes[i]; i++) {
1610 sec->sgAttributes[i] = apr_pstrdup(cmd->pool, arg);

Completed in 16 milliseconds