#
# .htaccess (0644): server httpd LDAP configuration
#

AuthType Basic
AuthName "LDAP User Authentication"
AuthBasicProvider ldap
AuthLDAPURL ldap://127.0.0.1/ou=People,dc=intra?uid STARTTLS
AuthzLDAPAuthoritative off
AuthzLDAPProtocolVersion 3
Require valid-user

#
# In Apache configuration enable .htaccess
#
#<Directory /var/www/html/testdir>
#    AllowOverride AuthConfig
#</Directory>
