On Thu, Feb 19, 2009 at 10:43 AM, eri x <[email protected]> wrote: > >> > I am trying to access http://localhost/trac/tesi/admin > > [account-manager] > authentication_url = http://hostname/path > force_passwd_change = false > htdigest_realm = /home/svntest01/TRAC/authz > password_file = /home/svntest01/TRAC/trac.htpasswd > password_store = HtPasswdStore > > I have not configured other things other than components in trac.ini and > apache configuration.
These settings don't even make sense. If you're trying to use HtPasswdStore, authentication_url and htdigest_realm aren't needed (and your setting for htdigest_realm wouldn't make sense even if it were needed--tt has nothing to do with authz). Also make sure you have acct_mgr.htfile.HtPasswdStore = enabled under [components]. I'd suggest carefully rereading everything under http://trac-hacks.org/wiki/AccountManagerPlugin#HtPasswdStore --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
