function LDAPInterface::LDAPInterface in LDAP integration 5
Same name and namespace in other branches
- 5.2 ldap_integration/LDAPInterface.php \LDAPInterface::LDAPInterface()
- 6 includes/LDAPInterface.inc \LDAPInterface::LDAPInterface()
File
- ldap_integration/
LDAPInterface.php, line 5
Class
Code
function LDAPInterface() {
$this->connection = NULL;
//http://drupal.org/node/158671
$this->server = NULL;
$this->port = "389";
$this->secretKey = NULL;
$this->tls = false;
$this->attr_filter = array(
'LDAPInterface',
'__empty_attr_filter',
);
}