Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

Example :

<Virtualhost *>
    ServerName home.asyd.net
    DocumentRoot /var/www/asyd.net/home
 
    <Location "/">
        AuthType Basic
        AuthName "Bugzilla Access"
        require valid-user
        AuthLDAPURL ldap://ldap.asyd.net/ou=extranet,dc=debian-fr,dc=org?cn?sub?(host=bugzilla)
    </Location>
</VirtualHost>

If you need to bind, just add the following directives :

    AuthLDAPBindDN cn=apache,ou=security users,dc=debian-fr,dc=org
    AuthLDAPBindPassword secret

Back