function LDAPInterface::LDAPInterface in LDAP integration 6
Same name and namespace in other branches
- 5.2 ldap_integration/LDAPInterface.php \LDAPInterface::LDAPInterface()
- 5 ldap_integration/LDAPInterface.php \LDAPInterface::LDAPInterface()
File
- includes/
LDAPInterface.inc, line 10 - LDAPInterface class definition.
Class
- LDAPInterface
- @file LDAPInterface class definition.
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',
);
}