Steps:
mkdir /var/trac/
mkdir /var/trac/myproject1
trac-admin /var/trac/myproject1 initenv
htdigest -c /var/trac/passlist MyProj1 myUser
tracd --hostname=localhost -p 3500 \
--auth="myproject1,/var/trac/passlist,MyProj1" \
-e /var/trac/ &
I can visit http://localhost:3500/myproject1 and it not asking for
user/password.
More questions:
1. Is there a way to block users from viewing the list of projects (the /
url)?
2. Why I need authentication system on the server side? should it be
controlled from the trac system?
I'm new to this trac system :)
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.