Hello I just started to evaluate trac for using it with our projects.
Since we working on distributed places I plan running it on a public reachable webserver running gentoo with apache 2.2. Therefore Authentication is a big issue. I'm using trac-0.10.4 and here is part of the trac.ini: [components] webadmin.* = enabled trac.web.auth.LoginModule = disabled acct_mgr.admin.AccountManagerAdminPage = enabled acct_mgr.web_ui.LoginModule = enabled acct_mgr.web_ui.RegistrationModule = enabled acct_mgr.htfile.HtPasswdStore = enabled [account-manager] password_store = HtPasswdStore password_file = /opt/trac/trac.htpasswd The first step was just using the htpasswd from apache which worked fine for a single user, but more users are coming, so I checked the AccountManager-Plugin. I like the self-registration, which saves a lot of work for the admin. And logging in and logging out seems to work fine as well. Except that there is on point which comes up: I installed the AccountManager as described in http://trac-hacks.org/wiki/AccountManagerPlugin and than I get: TracAccountManager-0.1.3dev_r2548-py2.4.egg-tmp: Error ([Errno 2] No such file or directory: '/opt/trac/ TracAccountManager-0.1.3dev_r2548-py2.4.egg-tmp/VERSION') Besides the AdminPlugin seems not to work as expected, at least I'm not getting the Admin Button in the right corner. The Admin has been installed as described here: http://trac.edgewall.org/wiki/WebAdmin But actually the site is still available for public access. Is there a way to close the site convenient for other users than the registered one? Thanks for your help cheers Hank --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
