IZhaq_Melo
(usa FreeBSD)
Enviado em 10/05/2013 - 09:02h
baiacudevaleta escreveu:
Como configurar o gnome para iniciar direto no sistema sem precisar de login e senha? uso o FreeBSD 9.1
após consultar a documentação:
http://goo.gl/z7d5v5
The GNOME Display Manager (GDM) can be configured to automatically log a user in when it starts up. To do that, you must first configure Pluggable Authentication Module (PAM) support for gdm-autologin. Create a /etc/pam.d/gdm-autologin file with the following contents:
auth required pam_permit.so
account required pam_nologin.so
account required pam_unix.so
session required pam_permit.so
Once PAM is configured to allow GDM automatic logins, edit /usr/local/etc/gdm/custom.conf, and set AutomaticLoginEnable="true", and AutomaticLogin equal to the username for which you wish to enable automatic logins. Both of these properties should be placed under the [daemon] heading. For example:
[daemon]
AutomaticLoginEnable="true"
AutomaticLogin="marcus"
That will automatically login the user marcus as soon as GDM launches.
espero ter ajudado, por gentileza se não funcionar informe o erro.
espero que voce não tenha mudado o shell.
agora pra saber mais de FreeBsd em pt-br tente:
http://goo.gl/fKKzWr o forum é bem ativo, aqui o foco e o forte do é linux os user x-BSD são Minoria.