Hello,
i have installed an apache WebDav Filesserver with Apache 2.0... on Fedora Core 4. Everything works fine, if the Clients are Linux. I used the client "cadaver" and everything works fine. (authtype is Digest).
But when i go to a Windows XP Client, and try to use the WebDav Share as a Network Ressource it doesn`t work. The reason is, that windows puts the hostname of the server in front of the username. So if am on Windows Xp Client and try tho connect the WebDav Share, i enter the username "mmread" and the password .... and then i get the fallowing error message in the apache error log:
[Tue Feb 14 09:14:11 2006] [error] [client 10.28.100.211] Digest: user `darwinmmwrite' in realm `mmclient' not found: /mmclient
so windows puts always the server name in front of the username, and so the authentication always failed!!!
what can i do?
can i do something on the server side, but normally i must change somethin on the client side or?
when windows send the MD5 sum to the server, is there only the password inside oder password and username??
if both is inside i must change it on all clients or?
thanks for your help