Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 17 years ago

#1374 closed defect (duplicate)

Apache SSPI auth does not auto-login in Trac

Reported by: nil4 Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Using trac on Windows 2000 Advanced Server, on a domain, I set up Apache to authenticate access to trac using the SSPI provider (the apache setup is given below for reference).

Using either Firefox or Opera, I authenticate successfully, but then i need to click the Login link in trac to be actually logged in. Isn't it possible to automatically use the Apache authentication for loggin in to trac?

<Location /trac>
    SetHandler mod_python
    PythonHandler trac.web.modpython_frontend
    PythonOption TracUriRoot "/trac"
    PythonOption TracEnvParentDir d:/storage/trac

    AuthType SSPI
    AuthName "Foobar project"

    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain <domain-controller>
    SSPIOfferBasic On
    
    Require valid-user
</Location>

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 20 years ago

Resolution: duplicate
Status: newclosed

I think this is actually a duplicate of #1353.

in reply to:  1 comment:2 by anonymous, 17 years ago

It is not fixed in #1353 because that ticket talks about the file base authentication and Nil4 is talking about SSPI.

Replying to cmlenz:

I think this is actually a duplicate of #1353.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.