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