(no commit message)
[devwiki.git] / testing / nfsv4.mdwn
index a343377..fdd6633 100644 (file)
@@ -22,9 +22,8 @@ The librpcsecgss.patch mentioned above is [[here|librpcsecgss.patch]]
     # reboot
 
 ## Build nfs-utils
-    $ git clone /afs/ics.muni.cz/home/kouril/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
@@ -50,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.