Remover guest login Ubuntu 15.04

1. Remover guest login Ubuntu 15.04

Emilio
Emilio Araujo

(usa Debian)

Enviado em 14/05/2015 - 22:42h


Olá amigos usuarios de Ubuntu,

estou tentando desabilitar a sessao de convidado da tela de login do Ubuntu 15.04, porem em todos os forums orientam alterar o /etc/lightdm/lightdm.conf, mas aí que a coisa complica. no diretório não existe este arquivo, oque eu encontro é um users.conf com o seguinte conteudo:

#
# User accounts configuration
#
# NOTE: If you have AccountsService installed on your system, then LightDM will
# use this instead and these settings will be ignored
#
# minimum-uid = Minimum UID required to be shown in greeter
# hidden-users = Users that are not shown to the user
# hidden-shells = Shells that indicate a user cannot login
#
[UserList]
minimum-uid=500
hidden-users=nobody nobody4 noaccess
hidden-shells=/bin/false /usr/sbin/nologin



por favor, toda ajuda será bem vinda!


  


2. Re: Remover guest login Ubuntu 15.04

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 18/05/2015 - 11:43h

que versão de ubuntu é o seu e ambiente gráfico?
porque alguns Ubuntus não usam lightdm, usam GDM.

por favor, saída destes comandos:

$ find -name lightdm.conf
$ find -name gdm.conf
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
Albfneto,
Ribeirão Preto, S.P., Brasil.
Usuário Linux, Linux Counter: #479903.
Distros Favoritas: Sabayon, Gentoo, openSUSE, Mageia e OpenMandriva.


3. re: Remover guest login Ubuntu 15.04

Emilio
Emilio Araujo

(usa Debian)

Enviado em 18/05/2015 - 12:36h

Olá albfneto, estou usando o 15.04 64 bits (n sei se é relevante hehe), com interface gráfica gnome. seguindo sua dica obtive o seguinte resultado em encontrar os ".conf":

root@emilio-note:/home/emilio# find -name gdm.conf
root@emilio-note:/home/emilio#

root@emilio-note:/etc# find -name gdm.conf
root@emilio-note:/etc# cd ./init/lightdm.conf

e dentro de /etc/init/lightdm.conf:

# LightDM - light Display Manager
#
# The display manager service manages the X servers running on the
# system, providing login and auto-login services
#
# based on gdm upstart script

description "LightDM Display Manager"
author "Robert Ancell <robert.ancell@canonical.com>"

start on ((filesystem
and runlevel [!06]
and started dbus
and plymouth-ready)
or runlevel PREVLEVEL=S)

stop on runlevel [016]

respawn
respawn limit 2 15

emits login-session-start
emits desktop-session-start
emits desktop-shutdown

script
if [ -n "$UPSTART_EVENTS" ]
then
# Check kernel command-line for inhibitors, unless we are being called
# manually
for ARG in $(cat /proc/cmdline); do
if [ "$ARG" = "text" ]; then
plymouth quit || :
stop
exit 0
fi
done

[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/lightdm" -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] || { stop; exit 0; }

if [ "$RUNLEVEL" = S -o "$RUNLEVEL" = 1 ]
then
# Single-user mode
plymouth quit || :
exit 0
fi
fi

exec lightdm
end script

post-start script
sleep 5
clear > /dev/tty7
end script

post-stop script
clear > /dev/tty7
sleep 1
if [ "$UPSTART_STOP_EVENTS" = runlevel ]; then
initctl emit desktop-shutdown
fi
end script

Creio que com isso volto a estaca 0, mas aprecio a ajuda, realmente obrigado!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts