hi I use the following commands
1) create your Trac environment (i.e. trac-admin ...) C:\Python24\Scripts>python trac-admin.py trac\calcrepo initenv 2) create your htdigest file C:\Program Files\Apache Group\Apache2\bin>htdigest -c c: \python24\scripts\trac\c alcrepo\conf\users trac yogi 3) run your tracd instance C:\Python24\Scripts>tracd.py -p 8080 --auth trac\calcrepo,trac\calcrepo \conf\use rs,trac trac\calcrepo my httpd.conf file looks like this <Location /svn> DAV svn SVNListParentPath on SVNParentPath C:\svn AuthType Basic AuthName "Subversion repositories" AuthUserFile C:\svn_pwd\passwdFile #AuthzSVNAccessFile svnaccessfile Require valid-user </Location> <Location "/trac/login"> AuthType Basic AuthName "Trac" AuthUserFile c:\python24\scripts\trac\calcrepo\conf\users Require valid-user </Location> IS there any changes that i have to make in trac.ini?? I tried removing the anonymous permissions and added the permissions for some authenticated users. But it still says "wiki_view" prevailages required and when i click on login it still displays "User authentications information not available" so what i doubt is i havent created the users correctly. or the authentication users accounts have not been created correctly, Please help me with the exact command to create the user account first. Thanks Yogi On Apr 20, 2:16 am, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > > Am able to login with the anonymous, but not with the authenticated > > user. > > There is a misunderstanding here: anonymous cannot log in, as if > someone is logged in on a system, he is no longer anonymous, as he is > authenticated ;-) > > You do not need to remove anonymous permission to enable > authentication with tracd, this is fully unrelated. > > Please copy/paste the *exact* commands and arguments you run to: > * create your Trac environment (i.e. trac-admin ...) > * create your htdigest file > * run your tracd instance > > It is likely that the parameter(s) you used for one command does not > match the ones you used elsewhere. > > Cheers, > 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 -~----------~----~----~----~------~----~------~--~---
