Recently I was doing some consultancy work and they need to authenticate users using Active Directory service. However you need to compile Apache web server to add LDAP bindings. Apache LDAP allows an LDAP directory to be used to store the database for HTTP Basic authentication.
Next load LDAP module, configure directory security and you are done.
You don't have to install and use samba package :)
There is a good howto that explains configuration parameters and other stuff.
How to Configure Apache Authentication with Active Directory
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 5 comments… read them below or add one }
I have a web server running on FreeBSD7.2 using apache2. I want authenticate users via AD using ldap module. After some googling I have found some recommended instructions. But it couldn’t help me. I need a help to get detailed explanations of my problem.
Hi,
Can you please share more details on “How to steps”
Any help will be appreciated.
I have installed Apache web server on Solaris10 OS -
Server version: Apache/2.2.14 (Unix)
Server built: Feb 5 2010 16:36:14
I need to configure Apache web server with Windows Active Directory LDAP can you please give me head start in this regards.
Did any of you ever solve this?
If so, where did you get the instructions?
Here is the link to get the step by step procedure on how to implement Apache-AD integration.
http://www.linuxnix.com/2011/01/apache-integration-setup-active-directoryad.html
Is there a way to hide the password from config file? May be use the credentials entered by authenticating user? Just a thought, may be other possible ways.