| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/help/ca/system-admin-guide/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="login-automatic" xml:lang="ca">
<info>
<link type="guide" xref="login#management"/>
<revision pkgversion="3.4.2" date="2012-12-01" status="review"/>
<revision pkgversion="3.8" date="2013-04-04" status="review"/>
<revision pkgversion="3.12" date="2014-06-18" status="review"/>
<credit type="author copyright">
<name>minnie_eg</name>
<email>amany.elguindy@gmail.com</email>
<years>2012</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2012, 2013</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>pknbe@volny.cz</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Autentificar-se automàticament en un compte d'usuari a l'inici.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jaume Jorba</mal:name>
<mal:email>jaume.jorba@gmail.com</mal:email>
<mal:years>2019</mal:years>
</mal:credit>
</info>
<title>Configurar el registre automàtic</title>
<p its:locNote="TRANSLATORS: 'Administrator' and 'Automatic Login' are strings from the Users dialog in the Settings panel user interface.">Un usuari amb compte d'<em>Administrador</em> pot <link href="help:gnome-help/user-autologin">activar l'<em>entrada automàtica</em> des del quadre de <app>Paràmetres</app></link>. També podeu activar l'autentificació al fitxer <sys its:translate="no">GDM</sys> configuració personalitzada, de la següent manera.</p>
<steps>
<item>
<p>Editeu el <file its:translate="no">/etc/gdm/custom.conf</file> fitxer i assegureu-vos que la secció <code>[daemon]</code> del fitxer declara el següent:</p>
<listing its:translate="no">
<title><file>custom.conf</file></title>
<code>
[daemon]
AutomaticLoginEnable=<input>True</input>
AutomaticLogin=<input>username</input>
</code>
</listing>
</item>
<item>
<p>Reemplaceu <input its:translate="no">username</input> amb l'usuari que voleu que automàticament s'autentifiqui.</p>
</item>
</steps>
<note>
<p>El <file its:translate="no">custom.conf</file> fitxer normalment es troba a <file its:translate="no">/etc/gdm/</file>, però la localització pot dependre de la distribució.</p>
</note>
</page>