I have an Ubuntu 22.04.4 LTS
I have an Active Directory Domain with a CIFS Share
I created a KeyTab file on the Windows Server (for use with Ubuntu)
Using Kinit I can obtain a Kerberos ticket OK referencing the KeyTab file
Now, I want to use the "mount -t cifs" command and I want to specify the "KeyTab" file as the file for mount to fetch the credentials
or get the mount command to automatically pick the existing Kerberos TGT ticket in the cache (i.e. after running Kinit) and use it for authentication
I did not want to put the username and password into fstab file (as a KeyTab I think is more secure)
Thanks in advance