[Trac] InternetExplorer/Page submission problem

Emmanuel Blot eblotml at free.fr
Wed Apr 6 08:36:52 EDT 2005


> This is a known issue with Trac and NTLM.  See
> http://projects.edgewall.com/trac/ticket/1343

Thanks for pointing this out, I've been able to use the suggested workaround:

# IE/NTLM fix
<Location "/trac/nomadik">
  <Limit POST>
    AuthType SSPI
    AuthName "realm"
    SSPIAuth On
    SSPIAuthoritative On
    SSPIOfferBasic On
    Require valid-user
    SSPIDomain "domain"
  </Limit>
</Location>

<Location "/trac/nomadik/login">
  AuthType SSPI
  AuthName "realm"
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  Require valid-user
  SSPIDomain "domain"
</Location>

> Authorization: NTLM changed
If this looks weird in my previous email, that is because I've removed the real
Base64 data, to avoid posting security-related stuff on a public ML

Thanks to all,
Emmanuel


--


More information about the Trac mailing list