[Bug 1669957] Re: /etc/auto.smb does not detect kerberos tickets in keyring

Nish Aravamudan nish.aravamudan at canonical.com
Tue Mar 7 00:46:07 UTC 2017


Thank you for the prompt response. I assume this is reproducible easily.

Based upon the script, it states:

"# 2) Otherwise, try to find a usable kerberos credentials cache
#    for the uid of the user that was first to trigger the mount
#    and use that."

I guess that this case is not supported by the script generally, as the
ticket is in the keyring and not the cache. As this is explicitly listed
as not supported, I think the best thing would be to report this
upstream, as /etc/auto.smb comes from autofs' samples/auto.smb file.

Thanks,
Nish

** Changed in: autofs (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1669957

Title:
  /etc/auto.smb does not detect kerberos tickets in keyring

Status in autofs package in Ubuntu:
  New

Bug description:
  The presence of a kerberos ticket is not detected by /etc/auto.smb
  within the method get_krb5_cache if the ticket is stored in the
  keyring.

  Wrong behaviour:

  $ klist
  Ticket cache: KEYRING:persistent:YYY:krb_ccache_cjPUxaM
  Default principal: ulif at XXX

  Valid starting Expires Service principal
  04/03/17 14:27:35 05/03/17 00:27:35 krbtgt/XXX at XXX
  renew until 05/03/17 14:27:35

  $ /etc/auto.smb <hostname>
  -fstype=cifs,guest 
  ...

  Expected behaviour:
  $ /etc/auto.smb <hostname>
  -fstype=multiuser,cruid=$UID,sec=krb5i
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1669957/+subscriptions



More information about the foundations-bugs mailing list