From: Caleb Tennis Date: 2005-05-04T00:07:45+09:00 Subject: Re: Bug Tracker On Tuesday 03 May 2005 10:02 am, Andy Stone wrote: > Trac seems to be popular. I'll have to review it more, but didn't see > where it did LDAP authentication. We are trying to consolidate all > authentication via LDAP. As I mentioned earlier (too many > technologies). We are using subversion, so that is a nice feature. > Another drawback is that it doesn't have PostgreSQL support (yet). > This is another consolidation we are planning. I put this in my apache config for trac: AuthLDAPEnabled on AuthLDAPAuthoritative on AuthType Basic AuthName "trac" AuthLDAPURL ldap://url/ou=Accounts,dc=aei-tech,dc=com?uid?sub? Require valid-user And it uses ldap for logins quite beautifully.