Web Servers on Unix and Linux - AuthType Digest: password mismatch

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > June 2004 > AuthType Digest: password mismatch





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author AuthType Digest: password mismatch
Torsten Lilge

2004-06-20, 11:13 pm

Hello,

I am trying to setup digest authentification with Apache. http.conf
looks like

....
<Directory "/.../private">
AllowOverride None
Order deny,allow
Deny from all
AuthName "private"
AuthType Digest
AuthDigestFile /.../passwd.digest
AuthDigestGroupFile /.../groups
AuthDigestDomain http://server/private/
Require group group1
Satisfy any
</Directory>
....

The file groups exists with the entry

group1: user1

and passwd.digest was created with htdigest. I think the configuration
is correct. However, authentifications fails and the error log shows:

Digest: user user1: password mismatch: /private

Any ideas?

Best
Torsten
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com