Check the password digest file. Looking at my, it seems that the output is stored as a string with three fields in this format username:realm:passwordhash. If you get this warning, it may be a mismatch between the field field in the digest file and the field that you pass when tracd starts.
There are three options in the python generator generator:
- -u for user
- -p for password
- -r for region
, ( trac-digest.py):
python trac-digest.py -u user -p pass >> digest.txt
digest.txt:
user:trac:1d395970d2a9a075d0536a4d6e4d0679
, realm trac tracd --auth, , , ": : realm"
, -r:
python trac-digest.py -u user -p pass -r realm >> digest.txt
digest.txt:
user:realm:1d395970d2a9a075d0536a4d6e4d0679
, , trac-digest.py.