16.6 C
Vancouver
Thursday, April 18, 2024

Adding LDAP Authentication to a Site

Must read

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>

More articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest article