To do
From Linux NFS
(Difference between revisions)
Line 5: | Line 5: | ||
Some specific projects; follow links for more details on design requirements and implementation plans. | Some specific projects; follow links for more details on design requirements and implementation plans. | ||
- | * [[pseudofilesystem improvements]]: The NFSv4 server currently patches together export paths in a way | + | * [[pseudofilesystem improvements]]: The NFSv4 server currently patches together export paths in a way that is inconsistent with NFSv2 and NFSv3 and causes severe problems for automount users. |
- | that is inconsistent with NFSv2 and NFSv3 and causes severe problems for automount users. | + | |
* [[gss callbacks]]: We currently don't support rpcsec_gss security on the callback channel, which means that if you mount with krb5 then you don't get the benefit of delegations. | * [[gss callbacks]]: We currently don't support rpcsec_gss security on the callback channel, which means that if you mount with krb5 then you don't get the benefit of delegations. |
Revision as of 18:15, 17 August 2006
See also:
Some specific projects; follow links for more details on design requirements and implementation plans.
- pseudofilesystem improvements: The NFSv4 server currently patches together export paths in a way that is inconsistent with NFSv2 and NFSv3 and causes severe problems for automount users.
- gss callbacks: We currently don't support rpcsec_gss security on the callback channel, which means that if you mount with krb5 then you don't get the benefit of delegations.