I've tried LDAP + NFS but it is NOT sufficient, at all!
All it does is that by identifying your users through LDAP you make sure they have the right UID, since NFS bases its "security" on that you are then sure the user can access his files on the shared folder. Not bad... As long as everybody follows the rules!
But what if someone comes in with, let's say his laptop, or even boots one of the workstations on a Knoppix (and therefore has full root rights on the workstation), sets up a user who has the right login and the right UID (which, as I understand, can be found... After all it's just a plain simple number!)? Well that person will have full access to the shared files of the user whose UID he's using! Without being authenticated by the server! Would you call that "secure"? I don't. The only way I've found to forbid access to users who are not fully identified by the server, is through Kerberos.
Seb.