(no commit message)
[devwiki.git] / testing / nfsv4.mdwn
index 5d59127..fdd6633 100644 (file)
@@ -14,14 +14,16 @@ Make sure you can mount the filesystem with something like:
     $ debuild -us -uc
     # dpkg -i ../librpcsecgss*deb
 
+The librpcsecgss.patch mentioned above is [[here|librpcsecgss.patch]]
+
+
 ## Install kernel that supports strong encryption (i.e. >= 2.6.35)
     # apt-get install -t testing linux-image-amd64
     # reboot
 
 ## Build nfs-utils
-    $ git clone nfs-utils
+    $ git clone https://github.com/kouril/nfs-utils.git
     $ cd nfs-utils
-    $ git checkout moonshot
     $ ./autogen.sh
     $ ./configure GSSGLUE_CFLAGS=-I. GSSGLUE_LIBS=-lgssapi_krb5
     $ make
@@ -47,3 +49,4 @@ Standard mount and other tools should be enough to
 
     # mount -t nfs4 -o sec=krb5 moonshot.ics.muni.cz:/ /mnt
      
+Each user accessing the /mnt mount point must have their $HOME/.gss_eap_id properly populated, otherwise they will only be provided with anonymous access.