Moreover: * htpasswd creates basic authentication files * htdigest creates digest authentication files
You're using a digest authentication scheme (--auth) with a basic authentication file (htpasswd): it cannot work. Either * select basic authentication for use with your htpasswd file, or * select digest-based authentication and create a digest file. Cheers, Manu On 10/21/07, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > > tracd -d --port 8090 --auth=*,/absolutepathto/users.htdigest, -e > > /absolutepathto/trac > > > Any idea what the problem might be? I know it is something simple, but > > I just don't find it. > > Your --auth parameter is missing the realm > > HTH, > Manu > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
