Authz == authorization, not authentication. Please read https://coderanger.net/~coderanger/tracdoc/install/apacheauth.html for instructions on configuring authentication in apache.
--Noah > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of Spilarix > Sent: Monday, October 27, 2008 2:46 PM > To: Trac Users > Subject: [Trac] Trac with Authz > > > Hello, > > I'd like to use my authz file to log in trac but it doesn't work. > > With the configuration below, I can login as "toto".. > How can I correct it ? It sould be block by authz no ? > > > --------VHOST------------ > #.... > # location svn working with authz > #... > > <Location "/trac/Test"> > AuthType Basic > AuthName "Trac Test" > AuthUserFile "c:\svn\passwd" > Require valid-user > </Location> > > > ---------AUTHZ--------- > [Test:/] > * = > > --------passwd-------- > toto:toto > > > --------trac.ini--------- > [trac] > authz_file = c:\svn\passwd > authz_module_name = Test > > > Thanks ! > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
