1 | <sect2>
|
---|
2 | <title>Configuring gdm</title>
|
---|
3 |
|
---|
4 | <sect3><title>Config files</title>
|
---|
5 | <para><userinput>/opt/gnome2/gdm.conf /opt/gnome2/gnomerc</userinput></para>
|
---|
6 | </sect3>
|
---|
7 |
|
---|
8 | <sect3><title>Configuration Information</title>
|
---|
9 |
|
---|
10 | <para>The gdm PAM config files contain modules not present in a BLFS
|
---|
11 | installation, therefore:</para>
|
---|
12 | <screen><userinput>cat > /etc/pam.d/gdm << "EOF"</userinput>
|
---|
13 | auth required pam_unix.so
|
---|
14 | auth required pam_nologin.so
|
---|
15 | account required pam_unix.so
|
---|
16 | password required pam_unix.so
|
---|
17 | session required pam_unix.so
|
---|
18 | <userinput>EOF</userinput></screen>
|
---|
19 | <screen><userinput>cat > /etc/pam.d/gdm-autologin << "EOF"</userinput>
|
---|
20 | auth required pam_env.so
|
---|
21 | auth required pam_nologin.so
|
---|
22 | auth required pam_permit.so
|
---|
23 | account required pam_unix.so
|
---|
24 | password required pam_unix.so
|
---|
25 | session required pam_unix.so
|
---|
26 | <userinput>EOF</userinput></screen>
|
---|
27 |
|
---|
28 | <para>gpm can be tested by executing it from a root console.</para>
|
---|
29 |
|
---|
30 | <para>To complete the installation of gpm, you need to create an
|
---|
31 | appropriate init.d script and place it in the
|
---|
32 | <filename>/etc/rc.d/init.d</filename> directory, create the S and K
|
---|
33 | files for the appropriate run level(s) and change the default runlevel in
|
---|
34 | <filename>/etc/inittab</filename>.</para>
|
---|
35 |
|
---|
36 | <para><emphasis>If the above instructions seem vague to you, why are you
|
---|
37 | installing this package?</emphasis></para>
|
---|
38 |
|
---|
39 | </sect3>
|
---|
40 |
|
---|
41 | </sect2>
|
---|
42 |
|
---|