diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-08-14 17:30:31 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 17:30:31 -0400 |
commit | d5ec11ec51c0e744d4d8d2d0b2e138092b887d2b (patch) | |
tree | eeb7b5b517f1f361c009a1b0c4edddcc8beac280 /system/davfs2/MINI_HOWTO | |
parent | 54a0db1350d83dd7da03df65bfdd10dceb25eaf3 (diff) |
system/davfs2: Updated for version 1.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/davfs2/MINI_HOWTO')
-rw-r--r-- | system/davfs2/MINI_HOWTO | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/system/davfs2/MINI_HOWTO b/system/davfs2/MINI_HOWTO index bb14fc03877c..e7f6914f51bc 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-------: |