possible configuration of gdm using XDMCP (exceed ...)

/etc/inittab
...
# Run xdm in runlevel 5
# xdm is now a separate service
x:5:respawn:/etc/X11/prefdm -nodaemon


[root@.. root]# netstat -an | grep 6000
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN

ok LISTEN

[root@.. root]# type gdm
gdm is /usr/bin/gdm


[root@.. root]# cd /etc/X11/gdm
[root@... gdm]# ls
factory-gdm.conf  gdm.conf  gdm.conf.orig  gnomerc  Init  locale.alias
PostSession  PreSession  Sessions  XKeepsCrashing

[root@.. gdm]# ll
total 40
-rw-r--r--    1 root     root         2783 Apr 15  2002 factory-gdm.conf
-rw-r--r--    1 root     root         2783 Jan 30 08:14 gdm.conf
-rw-r--r--    1 root     root         2783 Jan 29 12:37 gdm.conf.orig
-rw-r--r--    1 root     root           28 Apr 15  2002 gnomerc
drwxr-xr-x    2 root     root         4096 Jan 23 16:51 Init
-rw-r--r--    1 root     root         2390 Apr 15  2002 locale.alias
drwxr-xr-x    2 root     root         4096 Jan 23 16:51 PostSession
drwxr-xr-x    2 root     root         4096 Jan 23 16:51 PreSession
drwxr-xr-x    2 root     root         4096 Jan 23 16:51 Sessions
-rwxr-xr-x    1 root     root         2069 Apr 15  2002 XkeepsCrashing

file gdm.conf :

[xdmcp]
Enable=false   ==>  put true
HonorIndirect=true
MaxPending=4
MaxPendingIndirect=4
MaxSessions=16
MaxWait=30
MaxWaitIndirect=30
Port=177

[root@.. gdm]# cd ../xdm
[root@.. xdm]# ls
authdir  chooser  GiveConsole  kdmrc  pixmaps  TakeConsole  Xaccess  xdm-config
Xresources  Xservers  Xsession  Xsetup_0  Xwilling

file xdm-config :

DisplayManager.servers:            /usr/X11R6/lib/X11/xdm/Xservers
DisplayManager.errorLogFile:       /usr/X11R6/lib/X11/xdm/xdm-errors
DisplayManager*resources:          /usr/X11R6/lib/X11/xdm/Xresources
DisplayManager*startup:            /usr/X11R6/lib/X11/xdm/Xstartup
DisplayManager*session:            /usr/X11R6/lib/X11/xdm/Xsession
DisplayManager.pidFile:            /usr/X11R6/lib/X11/xdm/xdm-pid
DisplayManager._0.authorize:       true
DisplayManager*authorize:          false
! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
!DisplayManager.requestPort:     0


file Xaccess :

*               CHOOSER BROADCAST       #any indirect host can get a chooser
!!!!!!!!!!!!!!!!

it s possible to select hosts (see manuals  .. )



Fabrice Charrier





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to