i have setup trac enviromenent with apache based authentication
successfully.

when open url like http://myserver/trac/project1/login, it'll pop up a
login window(this is configed in httpd.conf in apache folder)

i'm wondering should i use trac-admin.exe to add those users(stored in
pwdfile of apache)?
//my pwdfile
user1:[md5password]
user2:[md5password]
user3:[md5password]

i should add them to my trac enviroment using trac-admin,right?
>>trac-admin permission add user1 TRAC_ADMIN
>>trac-admin permission add user2 BROWSER_VIEW
>>trac-admin permission add user3 TICKET_VIEW WIKI_CREATE

by the way, version 0.11 seems support finegrainedpermission on any
resouce.
1. Install ConfigObj (required).  <-------------------------i don't
know how to install ?
2. Copy authz_policy.py into your plugins directory.
3. Put a authzpolicy.conf file somewhere (preferably on a secured
location on the server, not readable for others than the webuser.
4. Update your trac.ini:

sorry i'm totally newbie to python and trac. hope you could help
me ,thanks in advance.

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