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: HowTo authenticate against Active Directory ?
Author
mezam



Joined: 16 Dec 2022
Posts: 3
Location: Italy

PostPosted: Sat 17 Dec '22 20:20    Post subject: HowTo authenticate against Active Directory ? Reply with quote

I've been searching for info on how to setup a Windows
Apache 2.4 to authenticate a list of users against Active Directory. I found few posts but only reporting issues, no documentation that tells in which files to write parameters and values. Have I missed something? Is there any official guide on how to implement various configurations on Windows? I am aware that most config files are identical in Linux and Windows, but looking at the Linux setups they are very much customised to the distro at hand
Back to top
James Blond
Moderator


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

PostPosted: Mon 19 Dec '22 10:06    Post subject: Reply with quote

Hi mezam,
the easiest module is mod_authn_ntlm[1] binaries can be found at https://www.apachehaus.com/cgi-bin/download.plx

The second way is to use mod_ldap[2]

if you still have a question please ask again.

[1] https://github.com/TQsoft-GmbH/mod_authn_ntlm
[2] https://httpd.apache.org/docs/2.4/mod/mod_ldap.html
Back to top


Reply to topic   Topic: HowTo authenticate against Active Directory ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache