[Bug 1384624] Re: mount.cifs fails with user=domain/name in 14.04.1
Tobias Wrenger
1384624 at bugs.launchpad.net
Thu Sep 21 13:59:22 UTC 2017
Did you try to specify "user=login at domain" in the options (instead "user=domain\\login" and "user=login,domain=domain")?
For me, that worked. :-)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to cifs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1384624
Title:
mount.cifs fails with user=domain/name in 14.04.1
Status in cifs-utils package in Ubuntu:
Confirmed
Bug description:
when mounting a Samba share, the user parameter is incorrectly parsed in 14.04.1 (this works in 12.04 and should work according to the man page):
mount.cifs //host/share /mnt/share -o user=domain/login,password=*** fails with error:
mount error(13): Permission denied
whereas
mount.cifs //host/share /mnt/share -o domain=domain,user=login,password=*** works as expected
Had this error after upgrading from 12.04, and had to use tshark to
figure out the problem: the Session Setup AndX request contained
'domain/login' as Account, and nothing as the Primary Domain
release info: lsb_release -rd
Description: Ubuntu 14.04.1 LTS
Release: 14.04
cifs-utils:
Installed: 2:6.0-1ubuntu2
Candidate: 2:6.0-1ubuntu2
Version table:
*** 2:6.0-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1384624/+subscriptions
More information about the foundations-bugs
mailing list