|
Squid Web Cache master
|
Public Attributes | |
| LDAP * | lp |
| LDAPMessage * | lm |
| struct berval ** | val |
| char | basedn [EDUI_MAXLEN] |
| char | host [EDUI_MAXLEN] |
| char | dn [EDUI_MAXLEN] |
| char | passwd [EDUI_MAXLEN] |
| char | search_filter [EDUI_MAXLEN] |
| char | search_ip [EDUI_MAXLEN] |
| char | userid [EDUI_MAXLEN] |
| unsigned int | status |
| unsigned int | port |
| unsigned long | type |
| int | ver |
| int | scope |
| int | err |
| time_t | idle_time |
| int | num_ent |
| int | num_val |
Definition at line 160 of file ext_edirectory_userip_acl.cc.
| char edui_ldap_t::basedn[EDUI_MAXLEN] |
Definition at line 164 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), InitLDAP(), SearchFilterLDAP(), and SearchLDAP().
| char edui_ldap_t::dn[EDUI_MAXLEN] |
Definition at line 166 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), and InitLDAP().
| int edui_ldap_t::err |
Definition at line 176 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), CloseLDAP(), InitLDAP(), MainSafe(), OpenLDAP(), ResetLDAP(), SearchIPLDAP(), SearchLDAP(), and SetVerLDAP().
| char edui_ldap_t::host[EDUI_MAXLEN] |
Definition at line 165 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), and OpenLDAP().
| time_t edui_ldap_t::idle_time |
Definition at line 177 of file ext_edirectory_userip_acl.cc.
Referenced by CloseLDAP(), InitLDAP(), MainSafe(), and SearchLDAP().
| LDAPMessage* edui_ldap_t::lm |
Definition at line 162 of file ext_edirectory_userip_acl.cc.
Referenced by CloseLDAP(), InitLDAP(), ResetLDAP(), SearchIPLDAP(), and SearchLDAP().
| LDAP* edui_ldap_t::lp |
Definition at line 161 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), CloseLDAP(), InitLDAP(), OpenLDAP(), SearchIPLDAP(), SearchLDAP(), and SetVerLDAP().
| int edui_ldap_t::num_ent |
Definition at line 178 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), ResetLDAP(), SearchIPLDAP(), and SearchLDAP().
| int edui_ldap_t::num_val |
Definition at line 179 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), ResetLDAP(), and SearchIPLDAP().
| char edui_ldap_t::passwd[EDUI_MAXLEN] |
Definition at line 167 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), and InitLDAP().
| unsigned int edui_ldap_t::port |
Definition at line 172 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), and OpenLDAP().
| int edui_ldap_t::scope |
Definition at line 175 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), and MainSafe().
| char edui_ldap_t::search_filter[EDUI_MAXLEN] |
Definition at line 168 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), MainSafe(), ResetLDAP(), and SearchFilterLDAP().
| char edui_ldap_t::search_ip[EDUI_MAXLEN] |
Definition at line 169 of file ext_edirectory_userip_acl.cc.
Referenced by ConvertIP(), InitLDAP(), MainSafe(), ResetLDAP(), SearchFilterLDAP(), and SearchIPLDAP().
| unsigned int edui_ldap_t::status |
Definition at line 171 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), CloseLDAP(), ConvertIP(), InitLDAP(), MainSafe(), OpenLDAP(), ResetLDAP(), SearchFilterLDAP(), SearchIPLDAP(), SearchLDAP(), SetVerLDAP(), and SigTrap().
| unsigned long edui_ldap_t::type |
Definition at line 173 of file ext_edirectory_userip_acl.cc.
Referenced by BindLDAP(), and InitLDAP().
| char edui_ldap_t::userid[EDUI_MAXLEN] |
Definition at line 170 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), MainSafe(), ResetLDAP(), and SearchIPLDAP().
| struct berval** edui_ldap_t::val |
Definition at line 163 of file ext_edirectory_userip_acl.cc.
Referenced by CloseLDAP(), InitLDAP(), ResetLDAP(), and SearchIPLDAP().
| int edui_ldap_t::ver |
Definition at line 174 of file ext_edirectory_userip_acl.cc.
Referenced by InitLDAP(), and SetVerLDAP().