1

In my project I have an alfresco repository running on localhost:8080 and now I want to map the WebDav (\\localhost@8080\alfresco\webdav) as a network drive. The problem is my computer is in the company's domain so every time I try to map the network drive it automatically assumes I want to login with username DOMAIN/admin with password admin. Choosing the option "Use another account" also still adds the company's domain which is not working because then it will not find it. Using FireFox I can login to http:\\localhost:8080\alfresco\webdav\ with the credentials admin admin.

How can I map the network drive to localhost WITHOUT the domain?

I also tried

net use * \\localhost@8080\alfresco\webdav\ admin admin

and all its varieties with the same problem.

6
  • I'm slightly lost: What's the point of mapping a networked drive to the local computer?
    – Iszi
    Commented Aug 25, 2014 at 12:55
  • I have to reproduce a problem which only occures if a document was uploaded to the Alfresco repository using WebDAV.
    – Pali
    Commented Aug 25, 2014 at 13:55
  • Ok. Let's stop right there. Please have look at this post on Meta, and re-write your question accordingly.
    – Iszi
    Commented Aug 25, 2014 at 14:07
  • Sorry Iszi I dont get it. I asked straight for a solution and I dont aski for another problem. But again: how can I get ride of the domain user credentials?
    – Pali
    Commented Aug 26, 2014 at 6:39
  • Try YOURCOMPUTERNAME\YourUsername as username.
    – gronostaj
    Commented Aug 27, 2014 at 16:15

0

You must log in to answer this question.

Browse other questions tagged .