On Tue, 2012-01-17 at 08:49 -0500, Jim Rees wrote: > Sachin Prabhu wrote: > > We had a user report that for an export shared with sec=krb5*, any > changes in user credentials(ex: add user to a secondary group) take some > time before they take effect over the NFS share. > > Re-authenticating, either by removing the service ticket or by re-running > kinit at the client, should also flush the old credentials. Can you confirm > that works? We have tried it but it doesn't work unless you actually clean up the cache on the NFS server with the command echo `date +'%s'` > /proc/net/rpc/auth.rpcsec.context/flush To reproduce: 1) Export a nfs4 share using kerberos authentication /export-krb5 *(rw,sec=krb5) 2) Create user foo part of group foo. Make sure that the user details for this user are available both on client and server. 3) Create group bar. 4) Create 2 directories on the nfs share. Directory foo with ownership root.foo and mode set to 2775 Directory bar with ownership root.bar and mode set to 2775 On the client, 1) mount the share export from the nfs server from step1 2) Login and obtain a kerberos principal for user foo. 3) create file in /mnt/foo/ and confirm that the user can write to the directory 4) try and create file in /mnt/bar. This should fail since the user doesn't have permissions to write to this directory. 5) Modify user foo to add additional group bar. Make sure that these details are available on both the nfs server and client. 6) Re-login as foo and confirm that the user is part of group bar using the id command. Re-initialise the kerberos ticket. 7) try creating file in /mnt/foo. This is successful. 8) try creating file in /mnt/bar. This fails even though user has permission to write to this directory. Sachin Prabhu -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html