[Bug 1764778] Re: Problems with SSSD + pam mount
Andreas Hasenack
andreas at canonical.com
Thu Apr 26 12:53:48 UTC 2018
Adding a cifs-utils task. It's closer to the problem. But the bug might
be in the kernel bit.
** Also affects: cifs-utils (Ubuntu)
Importance: Undecided
Status: New
** Changed in: libpam-mount (Ubuntu)
Status: Incomplete => Invalid
** Changed in: sssd (Ubuntu)
Status: Incomplete => Invalid
** Changed in: cifs-utils (Ubuntu)
Status: New => Confirmed
--
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