Searched refs:dn (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.c180 !(newnode->dn = util_ald_strdup(cache, node->dn)) ) {
213 util_ald_free(cache, node->dn);
232 node->dn,
241 return util_ald_hash_string(3, node->dn, node->attrib, node->value);
249 return (strcmp(na->dn, nb->dn) == 0 &&
260 if (!(node->dn = util_ald_strdup(cache, n->dn)) ||
282 util_ald_free(cache, node->dn);
[all...]
H A Dutil_ldap_cache.h114 const char *dn; /* DN returned from search */ member in struct:util_search_node_t
127 const char *dn; /* DN, attrib and value combine to be the key */ member in struct:util_compare_node_t
137 * We cache every successful compare dn operation, using the dn in the require
138 * statement and the dn fetched based on the client-provided username.
141 const char *reqdn; /* The DN in the require dn statement */
142 const char *dn; /* The DN found in the search */ member in struct:util_dn_compare_node_t
H A Dutil_ldap.c887 * is to search for the dn and then do ldap_get_dn() on the result. This should
888 * match the initial dn, since it would have been also retrieved with
895 const char *url, const char *dn,
924 if (strcmp(dn, reqdn)) {
1004 if (strcmp(dn, searchdn) != 0) {
1014 newnode.dn = (char *)dn;
1019 || (strcmp(dn, node->dn) != 0))
1042 const char *url, const char *dn,
894 uldap_cache_comparedn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *reqdn, int compare_dn_on_server) argument
1041 uldap_cache_compare(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value) argument
1206 uldap_get_subgroups(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, char **subgroupAttrs, apr_array_header_t *subgroupclasses) argument
1388 uldap_cache_check_subgroups(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *attrib, const char *value, char **subgroupAttrs, apr_array_header_t *subgroupclasses, int cur_subgroup_depth, int max_subgroup_depth) argument
1642 char *dn; local
1918 char *dn; local
[all...]
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c87 char *dn; /* The saved dn from a successful search */ member in struct:__anon66
456 binddn = req->dn;
514 const char *dn = NULL; local
590 &dn, &(req->vals));
636 req->dn = apr_pstrdup(r->pool, dn);
640 r->user = req->dn;
671 const char *dn = NULL; local
683 sec->scope, sec->attributes, filtbuf, &dn,
1253 const char *dn = NULL; local
1385 const char *dn = NULL; local
[all...]
/httpd/include/
H A Dutil_ldap.h254 * @param dn The first DN to compare.
264 * const char *url, const char *dn, const char *reqdn,
268 const char *url, const char *dn, const char *reqdn,
276 * @param dn The DN of the object in which we do the compare.
283 * const char *url, const char *dn, const char *attrib, const char *value)
286 const char *url, const char *dn, const char *attrib, const char *value));
293 * @param dn The DN of the object in which we find subgroups to search within.
307 * *ldc, const char *url, const char *dn,
314 const char *url, const char *dn, const char *attrib, const char *value,
/httpd/modules/ssl/
H A Dssl_util_ssl.c227 char *SSL_X509_NAME_to_string(apr_pool_t *p, X509_NAME *dn, int maxlen) argument
235 X509_NAME_print_ex(bio, dn, 0, XN_FLAG_RFC2253);
/httpd/support/
H A Dab.c587 X509_NAME *dn; local
605 dn = X509_get_issuer_name(cert);
606 X509_NAME_oneline(dn, buf, sizeof(buf));
609 dn=X509_get_subject_name(cert);
610 X509_NAME_oneline(dn, buf, sizeof(buf));

Completed in 3522 milliseconds