> tracd -p 8080 --auth *,/...../users,Peter /......./afser/ > > Authenticating for "Peter" works fine. But I also want to enable > authenticating for the other users in the "users"-file.
--auth option does not take a *user* as the third parameter, it takes a HTTP realm Your password file can contain as many users as you need, one per line. You can consider it as a virtual zone on your server in which the login/password pair is valid. Any name will fit -e.g. 'trac'-, it does not have to be related to any user, it only needs to be the same as the realm you've used in the htdigest file. You don't need any plugin to make it work, btw ;-) HTH, 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 -~----------~----~----~----~------~----~------~--~---
