[Trac-tickets] Re: [The Trac Project] #3179: global login in multiproject site

The Trac Project noreply at edgewall.com
Thu May 25 02:54:43 CDT 2006


#3179: global login in multiproject site
--------------------------------------------+-------------------------------
 Reporter:  wanagi at web-helfer.de            |        Owner:  jonas
     Type:  enhancement                     |       Status:  new  
 Priority:  normal                          |    Milestone:       
Component:  general                         |      Version:  0.9.3
 Severity:  normal                          |   Resolution:       
 Keywords:  login session multipleprojects  |  
--------------------------------------------+-------------------------------
Comment (by anonymous):

 i already did this.
 this is how it looks in my apache config
 {{{
 <LocationMatch "/[[:alnum:]]+/[a-zA-Z0-9\.\-\_]+/login">
    AuthType Basic
    AuthName "trac"
    AuthUserFile /var/trac/auth
    Require valid-user
 </LocationMatch>
 }}}
 the problem is that you still need to click login all the time and that
 you need to define the settings.

 is there no way to point all the projects to one projects login perhaps.
 in this way you would set it up in one projects and this would be
 something like the master for the other projects.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3179>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list