On Fri, 2011-04-15 at 12:16 +0200, Michael Guntsche wrote: > Thank you for the information, but I got it working in the meantime. > The main problem still is that the code for some reason tries to use AES > although I tried specifying a different enctype in my kerberos config. > Nevertheless it should just work with AES as well, so where was the > problem? > Quite simple....missing kernel support. I enabled AES support but I DID > NOT enable CTS support which is of course needed as well. So after > compiling the server and client kernels with BOTH AES and CTS support I > can no mount the NFS4 export without any issues. Sigh. We really should not allow that kind of config. It just creates confusion. Kevin, what are the dependencies for the kerberos V module today? Am I missing something in the following list? depends on SUNRPC && CRYPTO depends on CRYPTO_MD5 && CRYPTO_DES && CRYPTO_CBC && CRYPTO_CTS depends on CRYPTO_ECB && CRYPTO_HMAC && CRYPTO_MD5 && CRYPTO_SHA1 depends on CRYPTO_AES Cheers Trond -- 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