Why does Ubuntu create a guest group when guest account has been disabled?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I'm using Ubuntu-Mate 16.04.
I've disabled the guest account by creating a 50-no-guest.conf file in
the /etc/lightdm/lightdm.conf.d folder, with the following command in the file:
[Seat:*]
allow-guest=false
That eliminated the guest login.
Before removing "Guest" I looked in "Manage Groups" and noticed that the guest creates a group entry. It looks something like:
guest-xxxxxx
After disallowing the guest account, I still show a guest entry in Group Manager. It is:
guest-7fan88
I can delete it, but it comes back next reboot. It is there even if I enable the guest account again.
Is this normal?
Do I have some other problem?
Can this be a security risk?
I'm very curious about this.
Thanks!
permissions login security lightdm
add a comment |Â
up vote
0
down vote
favorite
I'm using Ubuntu-Mate 16.04.
I've disabled the guest account by creating a 50-no-guest.conf file in
the /etc/lightdm/lightdm.conf.d folder, with the following command in the file:
[Seat:*]
allow-guest=false
That eliminated the guest login.
Before removing "Guest" I looked in "Manage Groups" and noticed that the guest creates a group entry. It looks something like:
guest-xxxxxx
After disallowing the guest account, I still show a guest entry in Group Manager. It is:
guest-7fan88
I can delete it, but it comes back next reboot. It is there even if I enable the guest account again.
Is this normal?
Do I have some other problem?
Can this be a security risk?
I'm very curious about this.
Thanks!
permissions login security lightdm
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using Ubuntu-Mate 16.04.
I've disabled the guest account by creating a 50-no-guest.conf file in
the /etc/lightdm/lightdm.conf.d folder, with the following command in the file:
[Seat:*]
allow-guest=false
That eliminated the guest login.
Before removing "Guest" I looked in "Manage Groups" and noticed that the guest creates a group entry. It looks something like:
guest-xxxxxx
After disallowing the guest account, I still show a guest entry in Group Manager. It is:
guest-7fan88
I can delete it, but it comes back next reboot. It is there even if I enable the guest account again.
Is this normal?
Do I have some other problem?
Can this be a security risk?
I'm very curious about this.
Thanks!
permissions login security lightdm
I'm using Ubuntu-Mate 16.04.
I've disabled the guest account by creating a 50-no-guest.conf file in
the /etc/lightdm/lightdm.conf.d folder, with the following command in the file:
[Seat:*]
allow-guest=false
That eliminated the guest login.
Before removing "Guest" I looked in "Manage Groups" and noticed that the guest creates a group entry. It looks something like:
guest-xxxxxx
After disallowing the guest account, I still show a guest entry in Group Manager. It is:
guest-7fan88
I can delete it, but it comes back next reboot. It is there even if I enable the guest account again.
Is this normal?
Do I have some other problem?
Can this be a security risk?
I'm very curious about this.
Thanks!
permissions login security lightdm
permissions login security lightdm
asked Feb 7 at 23:38
exe2bin
12
12
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I had the same problem and used the command sudo deluser --remove-all-files guest-xxxxxx followed by sudo deluser -group guest-xxxxxx. It worked.
The man-page for the above is :
http://manpages.ubuntu.com/manpages/xenial/man8/deluser.8.html
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I had the same problem and used the command sudo deluser --remove-all-files guest-xxxxxx followed by sudo deluser -group guest-xxxxxx. It worked.
The man-page for the above is :
http://manpages.ubuntu.com/manpages/xenial/man8/deluser.8.html
add a comment |Â
up vote
0
down vote
I had the same problem and used the command sudo deluser --remove-all-files guest-xxxxxx followed by sudo deluser -group guest-xxxxxx. It worked.
The man-page for the above is :
http://manpages.ubuntu.com/manpages/xenial/man8/deluser.8.html
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I had the same problem and used the command sudo deluser --remove-all-files guest-xxxxxx followed by sudo deluser -group guest-xxxxxx. It worked.
The man-page for the above is :
http://manpages.ubuntu.com/manpages/xenial/man8/deluser.8.html
I had the same problem and used the command sudo deluser --remove-all-files guest-xxxxxx followed by sudo deluser -group guest-xxxxxx. It worked.
The man-page for the above is :
http://manpages.ubuntu.com/manpages/xenial/man8/deluser.8.html
edited May 3 at 15:51
Jeremy
1,44731832
1,44731832
answered May 3 at 6:20
user825226
1
1
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%2f1004051%2fwhy-does-ubuntu-create-a-guest-group-when-guest-account-has-been-disabled%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