Hi all!

I installed Trac 0.10.2 for FreeBSD 6.1 with postgres database. I did
everything written in
http://trac.edgewall.org/wiki/TracStandalone but I still cannot manage
to use authentification with tracd.

1. I generate the file users.htdigest :
htdigest -c /usr/local/www/data/trac_pg/users.htdigest trac andy
Adding password for andy in realm trac.
New password:
Re-type new password:

2. I installed permission for user.
trac-admin /usr/local/www/data/trac_pg permission list

User       Action
--------------------------
admins     TRAC_ADMIN
andy       admins
anonymous  BROWSER_VIEW


3) When launching tracd :
tracd --port 8000 --auth
pg,/usr/local/www/data/trac_pg/users.htdigest,trac
/usr/local/www/data/trac_pg
I see
"GET /trac_pg/login HTTP/1.1" 500 -

I get this error in log file.
Trac[main] WARNING: 500 Internal Error (Authentication information not
available. Please refer to the <a href="/trac_pg/wiki/TracInstall
#ConfiguringAuthentication" title="Configuring
Authentication">installation docu
mentation</a>.)

This's my part my config file.
......
[trac]
authz_file =
authz_module_name =
base_url =
check_auth_ip = true
database = postgres://trac:[EMAIL PROTECTED]/mydb
default_charset = iso-8859-15
default_handler = WikiModule
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
metanav = login,logout,settings,help,about
permission_store = DefaultPermissionStore
repository_dir =
repository_type = svn
# request_filters = <set in global trac.ini>
# templates_dir = <set in global trac.ini>
timeout = 20
.......


Any idea what I made wrong ? 


Thanks a lot for your help,


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

Reply via email to