Searched defs:dn (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/ldap/ |
H A D | util_ldap_cache.h | 114 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 D | util_ldap.c | 887 * 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/ssl/ |
H A D | ssl_util_ssl.c | 227 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/modules/aaa/ |
H A D | mod_authnz_ldap.c | 87 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/support/ |
H A D | ab.c | 587 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 26 milliseconds