sssd windows domain users does not have privileges over the ubuntu gui
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
ive currently installed a fresh ubuntu 16.04 and joined it to the domain using SSSD and realmd following this walk through:
http://www.wolffhaven45.com/active-directory/join_ubuntu_workstation_windows_domain/
and it worked, now i can access the Ubuntu machine with my windows domain user and after adding the user to the sudoers group i can do everything on terminal, but GUI doesn't work with me, cannot change settings and cannot manage users and cannot install any software form Ubuntu software
how to give SSSD windows domain users privilage on the ubuntu 16.04 GUI (unity)
windows gui sssd
add a comment |Â
up vote
1
down vote
favorite
ive currently installed a fresh ubuntu 16.04 and joined it to the domain using SSSD and realmd following this walk through:
http://www.wolffhaven45.com/active-directory/join_ubuntu_workstation_windows_domain/
and it worked, now i can access the Ubuntu machine with my windows domain user and after adding the user to the sudoers group i can do everything on terminal, but GUI doesn't work with me, cannot change settings and cannot manage users and cannot install any software form Ubuntu software
how to give SSSD windows domain users privilage on the ubuntu 16.04 GUI (unity)
windows gui sssd
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
ive currently installed a fresh ubuntu 16.04 and joined it to the domain using SSSD and realmd following this walk through:
http://www.wolffhaven45.com/active-directory/join_ubuntu_workstation_windows_domain/
and it worked, now i can access the Ubuntu machine with my windows domain user and after adding the user to the sudoers group i can do everything on terminal, but GUI doesn't work with me, cannot change settings and cannot manage users and cannot install any software form Ubuntu software
how to give SSSD windows domain users privilage on the ubuntu 16.04 GUI (unity)
windows gui sssd
ive currently installed a fresh ubuntu 16.04 and joined it to the domain using SSSD and realmd following this walk through:
http://www.wolffhaven45.com/active-directory/join_ubuntu_workstation_windows_domain/
and it worked, now i can access the Ubuntu machine with my windows domain user and after adding the user to the sudoers group i can do everything on terminal, but GUI doesn't work with me, cannot change settings and cannot manage users and cannot install any software form Ubuntu software
how to give SSSD windows domain users privilage on the ubuntu 16.04 GUI (unity)
windows gui sssd
windows gui sssd
asked Feb 6 at 13:58
AMACOMX
63
63
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
I solved this problem by adding the sudo group I'd created in AD to the /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf config file.
In my case the AD group to allow sudo in the terminal was EngineeringSudo, so my 51-ubuntu-admin.conf file looks like this now.
[Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin;unix-group:EngineeringSudo
This works by making your AD sudo group an "Administrator" as far as PolKit is concerned.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
I solved this problem by adding the sudo group I'd created in AD to the /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf config file.
In my case the AD group to allow sudo in the terminal was EngineeringSudo, so my 51-ubuntu-admin.conf file looks like this now.
[Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin;unix-group:EngineeringSudo
This works by making your AD sudo group an "Administrator" as far as PolKit is concerned.
add a comment |Â
up vote
2
down vote
I solved this problem by adding the sudo group I'd created in AD to the /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf config file.
In my case the AD group to allow sudo in the terminal was EngineeringSudo, so my 51-ubuntu-admin.conf file looks like this now.
[Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin;unix-group:EngineeringSudo
This works by making your AD sudo group an "Administrator" as far as PolKit is concerned.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
I solved this problem by adding the sudo group I'd created in AD to the /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf config file.
In my case the AD group to allow sudo in the terminal was EngineeringSudo, so my 51-ubuntu-admin.conf file looks like this now.
[Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin;unix-group:EngineeringSudo
This works by making your AD sudo group an "Administrator" as far as PolKit is concerned.
I solved this problem by adding the sudo group I'd created in AD to the /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf config file.
In my case the AD group to allow sudo in the terminal was EngineeringSudo, so my 51-ubuntu-admin.conf file looks like this now.
[Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin;unix-group:EngineeringSudo
This works by making your AD sudo group an "Administrator" as far as PolKit is concerned.
answered Feb 21 at 22:18
![](https://lh3.googleusercontent.com/-v2aU_HczFQg/AAAAAAAAAAI/AAAAAAAABS4/0pc1A1XlKAM/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-v2aU_HczFQg/AAAAAAAAAAI/AAAAAAAABS4/0pc1A1XlKAM/photo.jpg?sz=32)
Jay Remotti
212
212
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003558%2fsssd-windows-domain-users-does-not-have-privileges-over-the-ubuntu-gui%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password