Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use windows authentification #168

Closed
rmartin1 opened this issue Oct 21, 2013 · 3 comments
Closed

how to use windows authentification #168

rmartin1 opened this issue Oct 21, 2013 · 3 comments

Comments

@rmartin1
Copy link

Hello!

is it possible to use the integrated windows authentification? I don't want to use a login page.
if(!$client = new NTLMSoapClient_Exchange($wsdl,array('trace'=>1,'user'=>$user, 'password'=>$pw)))...

..curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
curl_setopt($ch, CURLOPT_USERPWD, $this->user.':'.$this->password);..
thanks ;-)

@nguaman
Copy link

nguaman commented Oct 26, 2013

This to get the all value from $_SERVER, if the values its not there, badluck

@rmartin1
Copy link
Author

Is there no way to use default credentials with php or somesthing like this?$_SERVER only has the username

@jamesiarmes
Copy link
Owner

This issue is over three years old. If you are still having trouble with the latest version from master, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants