Lines Matching defs:attribute

55     char *attribute;                /* Attribute to search for */
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, w);
872 * If there are no elements in the group attribute array, the default should be
967 "authorization successful (attribute %s) "
1004 "(attribute %s) [%s][%d - %s]",
1186 "auth_ldap authorize: require ldap-attribute: user's DN "
1194 "auth_ldap authorize: require ldap-attribute: Can't "
1206 "auth_ldap authorize: checking attribute %s has value %s",
1213 "require attribute: authorization successful");
1219 "auth_ldap authorize: require attribute: "
1227 "auth_ldap authorize attribute: authorization denied for "
1502 sec->attribute = sec->attributes[0];
1505 sec->attribute = "uid";
1728 "<li>Attrib specifies what attribute to search for in the directory. If not "
1735 "Searches are performed using the attribute and the filter combined. "
1764 "contents of this attribute in the REMOTE_USER "
1786 "A list of attribute labels used to identify the user members of groups - defaults to "
1995 ap_register_auth_provider(p, AUTHZ_PROVIDER_GROUP, "ldap-attribute",