X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Ffacteur%2Fphpmailer-php5%2Fextras%2Fntlm_sasl_client.php;h=3fd539240f70fa0deb76754deb08cb3bcbd71e57;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=4a085614eb481b0646f17df42cd95b7e610a2746;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/facteur/phpmailer-php5/extras/ntlm_sasl_client.php b/www/plugins/facteur/phpmailer-php5/extras/ntlm_sasl_client.php index 4a085614..3fd53924 100644 --- a/www/plugins/facteur/phpmailer-php5/extras/ntlm_sasl_client.php +++ b/www/plugins/facteur/phpmailer-php5/extras/ntlm_sasl_client.php @@ -160,12 +160,12 @@ class ntlm_sasl_client_class { switch ($this->state) { case SASL_NTLM_STATE_IDENTIFY_DOMAIN: - $message = $this->TypeMsg1($this->credentials["realm"], $this->credentials["workstation"]); + $message = $this->typeMsg1($this->credentials["realm"], $this->credentials["workstation"]); $this->state = SASL_NTLM_STATE_RESPOND_CHALLENGE; break; case SASL_NTLM_STATE_RESPOND_CHALLENGE: $ntlm_response = $this->NTLMResponse(substr($response, 24, 8), $this->credentials["password"]); - $message = $this->TypeMsg3( + $message = $this->typeMsg3( $ntlm_response, $this->credentials["user"], $this->credentials["realm"],