Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A workaround solution for WebDAV with XP users' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A workaround solution for WebDAV with XP users
Authored by: ploute on Jun 10, '04 02:56:56PM
Are you sure you don't need to double the anti-slash (for the domain separator) ? I guess if you type
htpasswd -m "pseudomain\tom" /path/to/.htpasswd
, you will get a tab because that is the code for "antislash-t". I think instead you should type
htpasswd -m "domain_name\\username" /path/to/.htpasswd
Cool tip anyway, thanks ;)

[ Reply to This | # ]