Skip to content
Snippets Groups Projects
Commit f3c44ca5 authored by Graham Cole's avatar Graham Cole
Browse files

another LDAP fix

parent d3207d32
Loading
......@@ -10,6 +10,7 @@ function __construct()
{
// Connect and bind to ldap server
$this->conn = ldap_connect(_LDAP_SERVER);
ldap_set_option($this->conn, LDAP_OPT_PROTOCOL_VERSION, 3);
$bind = ldap_bind($this->conn);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment