It appears that if I have a pre-existing anonymous session, I cannot
complete the login sequence. The session does not get promoted. If I
delete the trac_session cookie, and hit login again, then session
promotion works, and the 'logged in as <userid>' mesg appears,
trac_auth cookie gets created, etc.

The userid does exist in the htpasswd file, Apache auth works as
expected, userid does have TRAC_ADMIN privileges, etc.

This is a 0.11 Trac env with MySQL 5.0.41, using mod_wsgi on Apache
2.2.4. I am using it on a server without a FQDN, on a virtual host -

<VirtualHost *:9137>
  DocumentRoot /usr/local/trac/blackfin/project/apache
  ServerName trac.fedora6
  DirectoryIndex index.php
  ErrorLog logs/trac-error_log
  CustomLog logs/trac-access_log common

  <Directory "/usr/local/trac/blackfin/project/apache/">
    WSGIApplicationGroup %{GLOBAL}
    Order deny,allow
    Allow from All
  </Directory>

  <Location /trac/login>
    AuthType Basic
    AuthName "Trac"
    AuthUserFile /usr/local/apache/passwd/passwords
    Require valid-user
  </Location>
</VirtualHost>

any help, hints, tips, etc. appreciated...


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