Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Active Directory (ie setting remote_user variable) |
|
Author |
|
hampsterx
Joined: 11 May 2006 Posts: 1
|
Posted: Thu 11 May '06 6:36 Post subject: Active Directory (ie setting remote_user variable) |
|
|
Use mod_auth_sspi
http://www.gknw.at/development/apache/httpd-2.2/win32/modules/
Readme file explains the config.
* Copy the .so file to your modules directory
* Include the LoadModule line, eg
LoadModule sspi_auth_module modules/mod_auth_sspi.so
* Include the access stuff, eg
AuthName "A Protected Place"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIOfferBasic On
# SSPIBasicPreferred
# SSPIUsernameCase lower
require valid-user
Thats it you're done!
Oh man, wish someone told me that before I started messing with apache's ldap modules etc. Painful..
Cheers,
TiM
Last edited by hampsterx on Fri 12 May '06 4:11; edited 1 time in total |
|
Back to top |
|
|
|
|
|
|