[gnome-user-docs] Adding autologin page



commit e469f197de5d4e9f25821f5c407a63e6a83b1798
Author: minnie_eg <amany elguindy gmail com>
Date:   Sat Nov 17 20:06:51 2012 +0200

    Adding autologin page

 system-admin-guide/C/autologin.page |   46 +++++++++++++++++++++++++++++++++++
 system-admin-guide/C/legal.xml      |    5 ++++
 system-admin-guide/Makefile.am      |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/system-admin-guide/C/autologin.page b/system-admin-guide/C/autologin.page
new file mode 100644
index 0000000..06465fe
--- /dev/null
+++ b/system-admin-guide/C/autologin.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="autologin">
+  <info>
+    <revision pkgversion="3.4.2" version="0.1" date="2012-12-01" status="draft"
+    />
+    <link type="guide" xref="index" group="login" />
+
+    <credit type="author copyright">
+      <name>minnie_eg</name>
+      <email>amany elguindy gmail com</email>
+      <years>2012</years>
+    </credit>
+    <desc>Edit GDM custom configuration file.</desc>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+   </info>
+
+  <title>Configuring automatic login</title>
+
+  <comment>
+    <cite date="2012-11-17"
+    href="mailto:amany elguindy gmail com">minnie_eg</cite>
+    <p>This assumes the reader knows how to edit files as root user.
+    By the end of this page, the reader will be able to enable autologin
+    and select a user to automatically login.</p>
+  </comment>
+
+  <p>This will guide you to configure user autologin through the custom
+  configuration file of GDM.</p>
+
+  <p>Open the <file>custom.conf</file> file as the root user with a text
+  editor and edit or add the following:</p>
+
+  <listing>
+    <title><file>/etc/gdm3/custom.conf</file></title>
+    <desc>The exact location of GDM custom configuration file might vary depending on your system.</desc>
+    <code>
+    <input>[daemon]</input>
+    <output>AutomaticLoginEnable=true</output>
+    <output>AutomaticLogin=<input>username</input></output>
+    # Replace the word <input>username</input> above by your actual username.
+    </code>
+  </listing>
+</page>
diff --git a/system-admin-guide/C/legal.xml b/system-admin-guide/C/legal.xml
new file mode 100644
index 0000000..cb5d83f
--- /dev/null
+++ b/system-admin-guide/C/legal.xml
@@ -0,0 +1,5 @@
+<license xmlns="http://projectmallard.org/1.0/";
+         href="http://creativecommons.org/licenses/by-sa/3.0/";>
+  <p>This work is licensed under a <link href="http://creativecommons.org/licenses/by-sa/3.0/";>Creative
+  Commons Attribution-ShareAlike 3.0 Unported License</link>.</p>
+</license>
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index 9a63f7c..c1b4000 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -7,6 +7,7 @@ HELP_LINGUAS =
 HELP_MEDIA =
 
 HELP_FILES = \
+	autologin.page			\
 	background.page			\
 	backgrounds-extra.page		\
 	dconf-profiles-edit.page	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]