$ sudo htdigest -c trac.db ahknight Password: Could not open passwd file -c for reading. Use -c option to create new one.
Bookmark/Search this post with:
A wok is what you throw at a wabbit.
|
Submitted by Adam Knight on June 21, 2006 - 2:51pm.
$ sudo htdigest -c trac.db ahknight Password: Could not open passwd file -c for reading. Use -c option to create new one. Bookmark/Search this post with: |
User login
|
The error message sucks for sure, but the problem is that the usage is:
Usage: htdigest [-c] passwordfile realm username
and you only supplied a username, no realm.
Oh, I know the problem, and I fixed it shortly afterwards, but it’s the error message that really bugged me.