Huh, well it seems that error gets raised if the req.remote_user
variable isn't set when logging in.

>From trac/web/auth.py:
121             if not req.remote_user:
122                 raise TracError(html("Authentication information not
available. "
123                                      "Please refer to the ",
124                                      html.a('installation documentation',
125                                             title="Configuring 
Authentication",
126                                             
href=req.href.wiki('TracInstall') +
127     
"#ConfiguringAuthentication"), "."))

Why it wouldn't be set I'm not sure.

On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Erik,
> The error message says:
>
> Internal Error
> Authentication information not available. Please refer to the
> installation documentation.
>
> When I run Trac using tracd command line is:
> tracd.py --port 8000 --auth *,f:\trac\users.htdigest,trac -e f:\trac
>
>
>
> With tracservice.py :
>
> PYTHON = r'C:\Python24\python.exe'
> INSTANCE_HOME = r'f:\trac\eeg'
> ENVIRONMENT_HOME = r'f:\trac'
> REALM = 'trac'
>
> # Trac options (see C:\Python24\Scripts\tracd)
> OPTS = [
>     #use auth for all projects, hence '*'
>   ( '--auth', (r'*,%s\users.htdigest,%s' % (ENVIRONMENT_HOME,
> REALM) ) ),
>   ( '--port', '8000' ),
>   ( '--env-parent-dir', ENVIRONMENT_HOME),
> ]
>
> LOG_DIR = r'%s\log' % INSTANCE_HOME
>
> # Trac instance(s)
> ARGS = [ INSTANCE_HOME, ]
>
>
> I made users.htdigest using script provided on trac's
>  wiki TracStandalone.
>
> Thx 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