From d5ec11ec51c0e744d4d8d2d0b2e138092b887d2b Mon Sep 17 00:00:00 2001 From: Chris Abela Date: Sat, 14 Aug 2010 17:30:31 -0400 Subject: system/davfs2: Updated for version 1.4.6. Signed-off-by: dsomero --- system/davfs2/MINI_HOWTO | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'system/davfs2/MINI_HOWTO') diff --git a/system/davfs2/MINI_HOWTO b/system/davfs2/MINI_HOWTO index bb14fc0387..e7f6914f51 100644 --- a/system/davfs2/MINI_HOWTO +++ b/system/davfs2/MINI_HOWTO @@ -1,5 +1,4 @@ -HOW TO CONNECT WITH A WEBDAV SERVER -on SLACKWARE LINUX 13.0 +HOW TO CONNECT WITH A WEBDAV SERVER WITH THE DAVF2 APPLICATION In this HOWTO, the user is named "user" Amend as required for your choice of username. @@ -20,9 +19,9 @@ Amend as required for your choice of username. 5. Build and install your package: # tar xvf davfs2.tar.gz # cd davfs2 - # wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz - # ./davfs.SlackBuild - # installpkg /tmp/davfs2-1.4.5-x86_64-1_SBo.txz + # wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz + # ./davfs.SlackBuild + # installpkg /tmp/davfs2-1.4.5-x86_64-2_SBo.txz 6. Add the user if not already defined. My user shall be called user, so: @@ -35,6 +34,10 @@ Amend as required for your choice of username. Or press the UP arrow to add/select/edit additional groups : audio cdrom floppy plugdev video power netdev davfs2 + If the user was already defined, then add davfs2 to the groups: + + # usermod -ga davfs2 user + 7. Edit /etc/fstab with the following line: WEBDAV_SERVER_URL mount_point davfs noauto,user 0 0 @@ -77,10 +80,13 @@ Amend as required for your choice of username. 14. Edit $HOME/.davfs2/secrets with the following 2 lines: - https://example.org/user username password + /home/user/mnt/dav username password CERTIFICATE.pfx passphrase + The username and password are relevant to the Webdav server, not for the + local account. passphrase is the password for the PFX certificate + You should obtain all these from the Webdav server Administrator 15. Restrict permssion for $HOME/.davfs2/secrets to rw-------: -- cgit v1.2.3