blob: 1ebaf63100b3d27e057804c5508f774a01644279 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
GDM - GNOME DISPLAY MANAGER
The Gnome Display Manager is a re-implementation of the well known xdm
program. gdm consists of four separate parts: A small daemon, two
slightly different graphical login programs and a host chooser.
gdm 2.0 implements all significant features required for managing
local and remote displays.
gdm daemon:
o X Authentication
o Default and per-display initialization scripts
o Pre and post session scripts
o Pluggable Authentication Modules
o XDMCP
o TCP Wrappers for access control
gdmlogin:
o Logo image
o Halt and reboot
o Iconified login window
o Session selection support
o Language selection support
gdmchooser:
o Visual host browser
o Customizable icons
Most features can be turned on and off in the configuration file by
the sysadmin.
Availability:
ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
Please consult README.install for instructions on how to configure and
install gdm.
Send suggestions, patches, bug reports etc. to mkp@SunSITE.auc.dk.
Bear in mind that this is beta software and please enable debug
logging (see README.install) and include your syslog and
<vardir>/gdm/<display>.log when sending bug reports.
Martin K. Petersen, The Gnome Project
PS. If you find gdm useful and have a spare Sun E450 please don't
hesitate in donating it to me. Mail me for details. Thanks.
|