DBUS Should Support "Session Groups" (pam_group.so,/etc/security/groups.conf)
Bug #75602 reported by
Jonathan Anderson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
D-Bus |
Invalid
|
High
|
|||
dbus (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: dbus
In my lab, there are lots of users in an LDAP database. These users are assigned to the groups audio,video,
On my laptop, I can use (the kludge) "adduser $uname plugdev"... this won't work in the lab.
Changed in dbus: | |
status: | Unknown → Confirmed |
Changed in dbus: | |
importance: | Undecided → Wishlist |
Changed in dbus (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in dbus: | |
status: | Confirmed → In Progress |
Changed in dbus: | |
importance: | Unknown → High |
Changed in dbus: | |
importance: | High → Unknown |
Changed in dbus: | |
importance: | Unknown → High |
Changed in dbus: | |
status: | In Progress → Invalid |
To post a comment you must log in.
dbus just uses the normal C library functions to get the user's groups; it
isn't manually groping around in /etc/group or anything.
Maybe you need to configure libc to use nscd or something like that?
I don't know how to fix this on the dbus level, certainly dbus should not be
in the business of understanding NIS, LDAP, PAM, /etc/group, and so forth by
hand...