Hi there,

my lighttpd authentication for trac does not work.

I have in /etc/lighttpd/modules.conf

server.modules = (
  "mod_access",
  "mod_auth",
  [...]
)
#########################################################################
include "conf.d/auth.conf"

--- end of quote

auth.conf contains:

auth.backend                 = "htpasswd"
auth.backend.htpasswd.userfile  = "/srv/trac/ssw/ssw.htpasswd"

that file has the following rights:

 # ls -l /srv/trac/ssw/ssw.htpasswd
-rw-r--r--  1 root root 42 Feb  1 17:25 /srv/trac/ssw/ssw.htpasswd

So it's readable by lighttpd. What could go wrong? I've used htpasswd2
to create the password file.

Best Wishes

- Gergely

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to