|
Apache HTTPD
|
#include "ap_provider.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_log.h"#include "http_protocol.h"#include "http_request.h"#include "util_ldap.h"#include "mod_auth.h"#include "apr_strings.h"#include "apr_xlate.h"#include "apr_want.h"#include "apr_lib.h"#include <ctype.h>Go to the source code of this file.
Classes | |
| struct | authn_ldap_config_t |
| struct | authn_ldap_request_t |
Macros | |
| #define | APR_WANT_STRFUNC |
| #define | GROUPATTR_MAX_ELTS 10 |
| #define | FILTER_LENGTH MAX_STRING_LEN |
Enumerations | |
| enum | auth_ldap_phase { LDAP_AUTHN , LDAP_AUTHZ } |
| enum | auth_ldap_optype { LDAP_SEARCH , LDAP_COMPARE , LDAP_COMPARE_AND_SEARCH } |
| #define APR_WANT_STRFUNC |
Definition at line 31 of file mod_authnz_ldap.c.
| #define FILTER_LENGTH MAX_STRING_LEN |
Definition at line 211 of file mod_authnz_ldap.c.
| #define GROUPATTR_MAX_ELTS 10 |
Definition at line 102 of file mod_authnz_ldap.c.
| Enumerator | |
|---|---|
| LDAP_SEARCH | |
| LDAP_COMPARE | |
| LDAP_COMPARE_AND_SEARCH | |
Definition at line 97 of file mod_authnz_ldap.c.
| Enumerator | |
|---|---|
| LDAP_AUTHN | |
| LDAP_AUTHZ | |
Definition at line 93 of file mod_authnz_ldap.c.
|
static |
Definition at line 212 of file mod_authnz_ldap.c.
|
static |
Definition at line 470 of file mod_authnz_ldap.c.
|
static |
Definition at line 170 of file mod_authnz_ldap.c.
|
static |
Definition at line 367 of file mod_authnz_ldap.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 1804 of file mod_authnz_ldap.c.
|
static |
Definition at line 329 of file mod_authnz_ldap.c.
|
static |
Definition at line 120 of file mod_authnz_ldap.c.
|
static |
Definition at line 438 of file mod_authnz_ldap.c.
|
static |
Definition at line 145 of file mod_authnz_ldap.c.
|
static |
Definition at line 1922 of file mod_authnz_ldap.c.
Definition at line 412 of file mod_authnz_ldap.c.
|
static |
Definition at line 1414 of file mod_authnz_ldap.c.
|
static |
Definition at line 1133 of file mod_authnz_ldap.c.
|
static |
Definition at line 1012 of file mod_authnz_ldap.c.
|
static |
Definition at line 1262 of file mod_authnz_ldap.c.
|
static |
Definition at line 785 of file mod_authnz_ldap.c.
|
static |
Definition at line 636 of file mod_authnz_ldap.c.
|
static |
Definition at line 1613 of file mod_authnz_ldap.c.
|
static |
Definition at line 1570 of file mod_authnz_ldap.c.
|
static |
Definition at line 1587 of file mod_authnz_ldap.c.
|
static |
Definition at line 1438 of file mod_authnz_ldap.c.
|
static |
Definition at line 1548 of file mod_authnz_ldap.c.
|
static |
Definition at line 1602 of file mod_authnz_ldap.c.
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 1934 of file mod_authnz_ldap.c.
Definition at line 1653 of file mod_authnz_ldap.c.
|
static |
unused
Definition at line 1635 of file mod_authnz_ldap.c.
Definition at line 1628 of file mod_authnz_ldap.c.
|
static |
Definition at line 374 of file mod_authnz_ldap.c.
Definition at line 1968 of file mod_authnz_ldap.c.
|
static |
Definition at line 1887 of file mod_authnz_ldap.c.
|
static |
Definition at line 1694 of file mod_authnz_ldap.c.
|
static |
Definition at line 1910 of file mod_authnz_ldap.c.
|
static |
Definition at line 1904 of file mod_authnz_ldap.c.
|
static |
Definition at line 1916 of file mod_authnz_ldap.c.
|
static |
Definition at line 1898 of file mod_authnz_ldap.c.
|
static |
Definition at line 1893 of file mod_authnz_ldap.c.
|
static |
Definition at line 115 of file mod_authnz_ldap.c.
Definition at line 41 of file mod_authnz_ldap.c.
Definition at line 116 of file mod_authnz_ldap.c.
|
static |
Definition at line 110 of file mod_authnz_ldap.c.
|
static |
Definition at line 111 of file mod_authnz_ldap.c.
|
static |
Definition at line 109 of file mod_authnz_ldap.c.
|
static |
Definition at line 108 of file mod_authnz_ldap.c.
|
static |
Definition at line 112 of file mod_authnz_ldap.c.
|
static |
Definition at line 106 of file mod_authnz_ldap.c.
|
static |
Definition at line 107 of file mod_authnz_ldap.c.
|
static |
Definition at line 113 of file mod_authnz_ldap.c.