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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_auth_sspi and getting user details
Author
arden



Joined: 22 Nov 2007
Posts: 2

PostPosted: Thu 22 Nov '07 15:30    Post subject: mod_auth_sspi and getting user details Reply with quote

Hi,

I have mod_auth_sspi setup and it's working on my apache server.

I was wondering if I can use mod_auth_sspi to get the current users details like username and email address so I can display them via php on the main page.

Thanks,
arden
Back to top
arden



Joined: 22 Nov 2007
Posts: 2

PostPosted: Thu 22 Nov '07 16:08    Post subject: Reply with quote

Hi,

It's ok, I finally found it.

$_SERVER['REMOTE_USER'])

Regards,
arden
Back to top


Reply to topic   Topic: mod_auth_sspi and getting user details View previous topic :: View next topic
Post new topic   Forum Index -> Apache