php-ntlm icon indicating copy to clipboard operation
php-ntlm copied to clipboard

NTLM authentication library for PHP.

Results 8 php-ntlm issues
Sort by recently updated
recently updated
newest added

PHP version: PHP 8.1.1 (cli) (built: Dec 15 2021 10:31:43) (ZTS Visual C++ 2019 x64) Microsoft Exchange version: VERSION_2013_SP1 Description of problem: Is there a compatible version for PHP 8.1?...

This should fix #4 - WSDL fetching not working. It's not a great solution but one that should work ;) As for the mentioned https://github.com/matejsvajger/ntlm-soap-client - I'm a bit afraid...

I'm using following code to call inside drupal custom module ``` try { $response = $this->soap->__soapCall('MyMethod', [ $param, ]); } catch (Exception $e) { $resp = new RedirectResponse(\Drupal::url('mymodule.error_page')); $resp->send(); }...

I have read PHP bugs (I wish I could find them again....) that even if the SOAP connection is using a given auth, the WSDL file can not be fetched...

See jamesiarmes/php-ews#212 and jamesiarmes/php-ews#366.

enhancement

See jamesiarmes/php-ews#251 and jamesiarmes/php-ews#277.

enhancement