I want to disable guest session in ubuntu 14.04. I did that in 12.04 before, however I can't find /etc/lightdm/lightdm.conf
as in 12.04.
I think 14.04 might replace it with /etc/lightdm/users.conf
, which has the following code:
[UserAccounts]
minimum-uid=500
hidden-users=nobody nobody4 noaccess
hidden-shells=/bin/false /usr/sbin/nologin
Should I change hidden-users=
to hidden-users=guest
?