| Server IP : 172.67.134.114 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/de/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="de">
<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>[email protected]</email>
<years>2012</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>[email protected]</email>
<years>2012, 2013</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>[email protected]</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Einen Benutzer beim Systemstart automatisch anmelden.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Christian Kirbach</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
</info>
<title>Automatische Anmeldung einrichten</title>
<p its:locNote="TRANSLATORS: 'Administrator' and 'Automatic Login' are strings from the Users dialog in the Settings panel user interface.">Ein Benutzer mit den Rechten eines <em>Systemverwalters</em> kann <link href="help:gnome-help/user-autologin">die <em>automatische Anmeldung</em> in den <app>Einstellungen</app></link> aktivieren. Sie können die automatische Anmeldung auch in der benutzerdefinierten Konfigurationsdatei <sys its:translate="no">GDM</sys> manuell einrichten, wie folgt.</p>
<p>Bearbeiten Sie die Datei <file its:translate="no">/etc/gdm/custom.conf</file> und stellen Sie sicher, dass der <code>[daemon]</code>-Abschnitt in der Datei Folgendes enthält:</p>
<listing its:translate="no">
<title><file>custom.conf</file></title>
<code>
[daemon]
AutomaticLoginEnable=<input>True</input>
AutomaticLogin=<input>username</input>
</code>
</listing>
<p>Ersetzen Sie <input its:translate="no">username</input> durch den Benutzer, der automatisch angemeldet werden soll.</p>
<note>
<p>Die Datei <file its:translate="no">custom.conf</file> finden Sie üblicherweise in <file its:translate="no">/etc/gdm/</file>, aber der Ort kann abhängig von Ihrer Distribution variieren.</p>
</note>
</page>