Tagged Questions
2
votes
2answers
3k views
How do I configure an ldap server on ubuntu 11.04 ? (for use with subversion and trac)
I have an Ubuntu server 11.04 on ec2 (I'm mentioning this, as it appears things have changed in this version from previous ubuntu releases, when it regards LDAP configuration).
I want to configure it ...
8
votes
1answer
2k views
Apache, Trac and LDAP - how to glue them all together?
I'm trying to set-up Trac to authorise users via the LDAP plugin on a Debian (Lenny) server.
LDAP appears to be working correctly, I can query successfully via:
ldapsearch -vLx -h 127.0.0.1 -b ...
1
vote
1answer
170 views
Where is the plugins directory for Turnkey Trac?
I setup a Turnkey Trac virtual machine and am trying to set up the LdapPlugin to use use authentication through a local Active Directory. I tried using
easy_install ...