Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
go back to show errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifieraru committed Feb 2, 2014
1 parent 4d6f5ac commit d4e787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/all/modules/ldap_jacobs/LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function connect()

function bind($username = LDAP_USER, $password = '')
{
//ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);

if (!$this->stat_connect) {
if (!$this->connect())
Expand Down

0 comments on commit d4e787f

Please sign in to comment.