On 11/28/2012 11:36 AM, neosequoia wrote:
...
> *Does someone knows the correct configuration of the Apache server that can 
> answer to my needs? 

I have not touched that in a while so I may be off, but I think this

<LocationMatch /trac/[^/]+/login>

    AuthName "Trac"
    AuthType Basic
    AuthBasicProvider file ldap

    AuthUserFile /path/to/trac/.htpasswd
    AuthLDAPURL  "ldap://IP.AD.DR/ou=People,dc=YOUR,dc=DC";
    AuthzLDAPAuthoritative Off
</LocationMatch>

should do the trick and also let you have extra users in .htpasswd (e.g.
if you have outside beta-testers you don't want to give an ldap acct to)

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to