Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#35461 - [cifs-utils] Upgrade breaks krb5 authentication
Attached to Project:
Arch Linux
Opened by Brandon (hashstat) - Friday, 24 May 2013, 18:44 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 20 June 2014, 18:36 GMT
Opened by Brandon (hashstat) - Friday, 24 May 2013, 18:44 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 20 June 2014, 18:36 GMT
|
DetailsDescription:
A recent system upgrade broke CIFS mounting using kerberos. Before the upgrade, the following mount command worked flawlessly: $ sudo mount -t cifs -o sec=krb5,cruid=1000 //server/share/folder /mnt After the upgrade, the above command produces the following error: mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) No relevent entries were appended to the system log. Downgrading to the previous versions of cifs-utils and keyutils corrects the problem. Additional info: * package version(s) cifs-utils: 6.0-2 (upgraded from 6.0-1) keyutils: 1.5.5-4 (upgraded from 1.5.5-3 Steps to reproduce: 1. Initialize the kerberos credential cache using $ kinit principal 2. Mount a Windows share that is accessible using kerberos authentication $ sudo mount -t cifs -o sec=krb5,cruid=1000 //server/share/folder /mnt |
This task depends upon
Thanks.
$ sudo mount -v -t cifs -o sec=krb5,cruid=1000 //my.server/share /mnt
[sudo] password for brandon:
mount.cifs kernel mount options: ip=XXX.XXX.249.47,unc=\\my.server\share,sec=krb5,cruid=1000,user=root,pass=********
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Mounting with "-o username=USERNAME,domain=DOMAIN" continues to work after prompting for a password.