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

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c55 char *attribute; /* Attribute to search for */ member in struct:__anon65
65 char *remote_user_attribute; /* If set, r->user is replaced by this attribute during authn */
71 int group_attrib_is_dn; /* If true, the group attribute is the DN, otherwise,
195 * combined with a filter made up of the attribute provided with the URL,
244 len = apr_snprintf(filtbuf, FILTER_LENGTH, "(%s=", sec->attribute);
247 len = apr_snprintf(filtbuf, FILTER_LENGTH, "(&(%s)(%s=", filter, sec->attribute);
650 "REMOTE_USER was to be set with attribute '%s', "
651 "but this attribute was not requested for in the "
776 result = util_ldap_cache_compare(r, ldc, sec->url, req->dn, sec->attribute, require);
798 result = util_ldap_cache_compare(r, ldc, sec->url, req->dn, sec->attribute,
[all...]
/httpd/modules/http/
H A Dmod_mime.c543 char *attribute, *value; local
624 attribute = NULL;
628 if (attribute == NULL) {
638 attribute = zap_sp_and_dup(p, mp, cp, NULL);
639 if (attribute == NULL || *attribute == '\0') {
720 pp->attr = attribute;
735 attribute = NULL;

Completed in 458 milliseconds