Opened 16 years ago

Last modified 16 years ago

#2462 closed defect

Digest HTTP authentication — at Initial Version

Reported by: gael mercier Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: minor Keywords: digest, authentification, tracd
Cc: Trac Release: 0.10

Description

In the http://trac-hacks.org/wiki/XmlRpcPlugin documentation it is said that

The xmlrpclib.ServerProxy client - as demonstrated in the following examples - will not work with a Digest-based HTTP authentication: you need to set up a Basic HTTP authentication on server side to make the examples work.

But it appears that the digest authentification is working fine for me, using the tracd standalone server.

I am using a local tracd server launched with the following command line :

python <path to tracd>\tracd --port 8000 --auth=trac,<path to my digest file>\users_htdigest.txt,trac <path to the project>\trac

When I attempted to add a task repository in Eclipse with Mylyn (using XML RPC plugin) it worked, and so when I added a task.

The only plugins that I have in Trac are:

  • Trac 0.10.4
  • tracwebadmin 0.1.2dev-r6060
  • tracxmlrpc 0.1

Change History (0)

Note: See TracTickets for help on using tickets.