Personal tools
You are here: Home Apache Adding LDAP Authentication to a Site

 

Document Actions

Adding LDAP Authentication to a Site

by Mark Allen last modified 2006-11-13 22:45

Add the following entry to the VirtualHost


<Directory "/var/www/html">
order allow,deny
allow from all
AuthName "Staff only"
AuthType Basic
AuthLDAPURL ldap://localhost/dc=example,dc=com
require valid-user
</Directory>
Ads
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: