Thomas Bruederli
2014-02-03 774deaded1bc782b6a2670720e0fde3c7df7cde4
plugins/password/drivers/ldap_simple.php
@@ -113,7 +113,7 @@
            return PASSWORD_CRYPT_ERROR;
        }
        $this->_debug("C: Bind $binddn [pass: $bindpw]");
        $this->_debug("C: Bind $binddn, pass: **** [" . strlen($bindpw) . "]");
        // Bind
        if (!ldap_bind($ds, $binddn, $bindpw)) {
@@ -175,7 +175,7 @@
            return null;
        }
        $this->_debug("C: Bind $search_user [pass: $search_pass]");
        $this->_debug("C: Bind $search_user, pass: **** [" . strlen($search_pass) . "]");
        // Bind
        if (!ldap_bind($ds, $search_user, $search_pass)) {