[Bug 1764778] Re: Problems with SSSD + pam mount
Walter Cheuk
wwycheuk at gmail.com
Fri Apr 27 05:48:14 UTC 2018
Same problem happened to Ubuntu 16.04.5. I have to specify "vers=1.0" to
mount a old NAS drive successfully. The help said the default version is
1.0, so I spent a lot of time to check other options. Anyone please
update the help text.
--
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/1764778
Title:
Problems with SSSD + pam mount
Status in cifs-utils package in Ubuntu:
Confirmed
Status in libpam-mount package in Ubuntu:
Invalid
Status in sssd package in Ubuntu:
Invalid
Bug description:
In our IT-Department we are preparing ourselves for Ubuntu 18.04.
While doing so, we discovered, that Domain Users loging into Ubuntu with their home Directories mounted through pam-mount can not modify the icons in the Sidebar and are also unable to activate certain settings. What we discovered so far is:
1. They can not change their Keyboard Layout.
2. They can not apply "show hidden files" in nautilus.
3. They can not change the icons in the sidebar (as mentioned)
What could be the Problem here and how should we go about solving it?
How to reproduce it:
1. Join Client to domain via net ads join -U administrator
2. Restart SSSD Daemon
3. Configure pam_mount.conf.xml as such:
<pam_mount>
<debug enable = "1" />
<mntoptions allow = "nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
<mntoptions require = "nosuid,nodev" />
<logout wait = "5" hup = "0" term="no" kill="no" />
<mkmountpoint enable = "1" remove = "true" />
<volume fstype = "cifs"
server = "server.domain"
path = "home/%(DOMAIN_USER)"
mountpoint = "/home/%(DOMAIN_USER)"
options = "dir_mode=0700,workgroup=DOMAIN,iocharset=utf8,username=%(DOMAIN_USER),cruid=%(USERUID),uid=%(USERUID)"
user = "*"/>
</pam_mount>
4. Restart
5. Log in with a domain user
Everything seems to work, all files appear in the home directory, but the problems above occur.
Doing the exact same thing in Ubuntu 16.04 works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1764778/+subscriptions
More information about the foundations-bugs
mailing list