Hi All,

I've loaded up the account manager plugin (I was already using webadmin
successfully), and changed my trac.ini accordingly:



[components]
acct_mgr.* = enabled
acct_mgr.web_ui.RegistrationModule = disabled 
trac.web.auth.LoginModule = disabled
acct_mgr.web_ui.LoginModule = enabled
acct_mgr.htfile.HtDigestStore = enabled

As you can see, I went with the htdigest option, because I had already
been using a digest scheme with tracd, before I loaded the acct_mgr.
However, how do I use this option (or any other authentication option
under the account manager) with tracd?  I tried the following, because
digest.txt is where I had been storing passwords created by the python
script @ http://trac.edgewall.org/wiki/TracStandalone
<http://trac.edgewall.org/wiki/TracStandalone>  under "Generating
Passwords Without Apache": 

[account-manager]
password_store = HtDigestStore
password_file = /digest/digest.txt
htdigest_realm = TracSite

The result of all of this is no login prompt whatsoever.  I think that
the HtDigestStore scheme really wants a '.htdigest' file, but I'm not
running any sort of Apache software to create this file. 

So how does tracd fit into all of this?  How do I run authentication
with it?

Any help is greatly appreciated:

Thanks
Bret


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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