logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Retrieving Windows User Name for SSO
Author
bazianm



Joined: 01 Jul 2014
Posts: 11
Location: Passaic, NJ

PostPosted: Fri 26 Feb '16 19:37    Post subject: Retrieving Windows User Name for SSO Reply with quote

Hi,

I have a php based application running on a Windows server with Apache 2.4. Here's what phpinfo() tells me about what my environment:

Apache/2.4.16 (Win32) mod_authn_ntlm/1.0.0 OpenSSL/1.0.1p PHP/5.6.11

I want the logged in domain user name sent through to the php script so I can implement single sign on. I have no idea how to configure apache to do this. I see nothing in the $_SERVER array so I am kind of clueless about this.

Can anyone offer some advice on this?

Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 08 Mar '16 18:03    Post subject: Reply with quote

A working module is https://github.com/YvesR/mod_authn_ntlm
Back to top


Reply to topic   Topic: Retrieving Windows User Name for SSO View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules