openSUSE 12.3, samba 4.0 DC, cifs-utils 6.0 Hi openSUSE and Ubuntu come with this line as default in /etc/request-key.conf create cifs.spnego * * /usr/sbin/cifs.upcall -c %k man cifs.upcall gives: OPTIONS -c This option is deprecated and is currently ignored. To get cifs.upcall to work, I must specify a key at mount time. This key has to be present in /etc/krb5.keytab. Jeff Layton has just given me a patch which allows e.g.: create cifs.spnego * * /usr/sbin/cifs.upcall -d /etc/cifs.keytab %k Question: What key does cifs.upcall look for if there is no username= parameter for mount.cifs? Should I remove the -c? (nothing is mounted if it is present). syslog errors: cifs.upcall checks the cache's and if it finds none always gives: failed to obtain service ticket even though it just created a cache by looking in the keytab and did the mount Could the error be sent _after_ request-key.conf has been consulted? Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html