I've had some trouble getting Trac to work with Apache on RHEL5 so I'm defaulting to the tracd web server for now. I'm a little confused how the authentication works, though. I have a Subversion repository where I'm controlling access with Apache's authentication (using htpasswd to generate the file). I start the Trac web server using the syntax below. I guess I would expect Trac to ask me for user/pw info before allowing me to see the project environment. However, it allows me to access the project. There is a "login" link, which allows me to enter user/pw, but the only difference I see when I'm logged in is that the "New Ticket" tab appears. Is there a way to control access to the entire Trac project with authentication and the standalone tracd server?
# tracd --port 8000 --basic-auth="testproj,/path/to/svn_auth," /path/ to/testproj Thanks, John -- 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.
