Modify ↓
#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)
follow-up: 2 comment:1 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
I think this is actually a duplicate of #1353.