Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Polkit and unlock Configuration on gnome3 include ldapgroup?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
boospy
Guru
Guru


Joined: 07 Feb 2010
Posts: 308
Location: Austria

PostPosted: Fri Jun 14, 2013 9:11 pm    Post subject: Polkit and unlock Configuration on gnome3 include ldapgroup? Reply with quote

Hi,

When i'am in the ldapgroup "wheel" i will able to unlock this buttons on printerconfig or other systemconfigurationtools. So i read this: http://wiki.gentoo.org/wiki/Polkit and i setup this new file:
Code:
/etc/polkit-1/rules.d/10-admin.rules
polkit.addAdminRule(function(action, subject) {
    return ["unix-group:wheel"];
});

but this works only when the user who should have this rights, stays in the "loca" wheel group. This makes no since because the local group and the ldapgroup have the same ID. Sudo works fine, but not this polkit thing. Does anyone know what i have to adjust for working with this ldapgroup?

Regards
boospy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum