2002-09-23 03:34:27 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Configuring gdm</title>
|
|
|
|
|
|
|
|
<sect3><title>Config files</title>
|
|
|
|
<para><userinput>/opt/gnome2/gdm.conf /opt/gnome2/gnomerc</userinput></para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
|
2002-09-23 22:22:03 +08:00
|
|
|
<para>The gdm PAM config files contain modules not present in a BLFS
|
|
|
|
installation, therefore:</para>
|
|
|
|
<screen><userinput>cat > /etc/pam.d/gdm << "EOF"</userinput>
|
|
|
|
auth required pam_unix.so
|
|
|
|
auth required pam_nologin.so
|
|
|
|
account required pam_unix.so
|
|
|
|
password required pam_unix.so
|
|
|
|
session required pam_unix.so
|
|
|
|
<userinput>EOF</userinput></screen>
|
|
|
|
<screen><userinput>cat > /etc/pam.d/gdm-autologin << "EOF"</userinput>
|
|
|
|
auth required pam_env.so
|
|
|
|
auth required pam_nologin.so
|
|
|
|
auth required pam_permit.so
|
|
|
|
account required pam_unix.so
|
|
|
|
password required pam_unix.so
|
|
|
|
session required pam_unix.so
|
|
|
|
<userinput>EOF</userinput></screen>
|
|
|
|
|
|
|
|
<para>gpm can be tested by executing it from a root console.</para>
|
|
|
|
|
|
|
|
<para>To complete the installation of gpm, you need to create an
|
|
|
|
appropriate init.d script and place it in the
|
|
|
|
<filename>/etc/rc.d/init.d</filename> directory, create the S and K
|
|
|
|
files for the appropriate run level(s) and change the default runlevel in
|
|
|
|
<filename>/etc/inittab</filename>.</para>
|
|
|
|
|
|
|
|
<para><emphasis>If the above instructions seem vague to you, why are you
|
|
|
|
installing this package?</emphasis></para>
|
|
|
|
|
2002-09-23 03:34:27 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|