> I think you want your location directive in in apache to just be /trac
I've tried that, I don't get the same error straight away, but the login name doesn't change to my user either, it stays as 'Login'. Clicking login then gives the same old error! Interestingly, I get a apache authorisation denied error if I enter the wrong username/password, so LDAP is definitely online... > and not /trac/login Also are you using any plugins, that would affect > logging in? Such as AccountManger, AcccountLdap, HTTPAuthPlugin. Nope. Fresh Trac, with only TicketImporter and LdapPlugin. In the original post, I forgot to include my trac.ini changes for LDAP, which are as follows: [ldap] basedn = dc=example,dc=com bind_passwd = foo bind_user = cn=admin,dc=example,dc=com enable = true group_rdn = ou=people host = 127.0.0.1 port = 389 use_tls = false user_rdn = ou=users [components] ldapplugin.* = enabled -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
