Technical data

Configuring XDMCP-Compatible X Displays
19.3 XDM Configuration Files
Example 19–1 XDM_CONFIG.TEMPLATE File
!
! Default SYS$SPECIFIC:[TCPIP$XDM]XDM_CONFIG.CONF file
!
DisplayManager.keyFile: SYS$SPECIFIC:[TCPIP$XDM]XDM_KEYS.TXT
DisplayManager.servers: SYS$SPECIFIC:[TCPIP$XDM]XSERVERS.TXT
DisplayManager.accessFile: SYS$SPECIFIC:[TCPIP$XDM]XACCESS.TXT
DisplayManager*RemoveDomainname: true
Each noncomment line in the file must consist of a keyword and value pair.
TCP/IP Services supports the following keywords:
$ TYPE SYS$SPECIFIC:[TCPIP$XDM]XDM_CONFIG.TEMPLATE
!
! Default SYS$SPECIFIC:[TCPIP$XDM]XDM_CONFIG.CONF file
!
DisplayManager.keyFile: SYS$SPECIFIC:[TCPIP$XDM]XDM_KEYS.TXT
DisplayManager.servers: SYS$SPECIFIC:[TCPIP$XDM]XSERVERS.TXT
DisplayManager.accessFile: SYS$SPECIFIC:[TCPIP$XDM]XACCESS.TXT
DisplayManager*RemoveDomainname: true
The file specification for the master configuration file is:
SYS$SPECIFIC:[TCPIP$XDM]XDM_CONFIG.CONF
XDM uses the
DisplayManager*RemoveDomainname:
value when computing
the display name for XDMCP clients. BIND, when performing a host name
lookup creates a fully qualified host name for the X terminal. When this
keyword is set to TRUE, XDM removes the domain name portion of the
host name if it is the same as the local host domain. The default value of
DisplayManager*RemoveDomainname:
is TRUE.
19.3.2 XACCESS.TXT File
The XACCESS.TXT file, a required file, allows or restricts access to remote X
servers. If the XACCESS.TXT file is not present, the system restricts all remote
X server access. You use this file to control the way XDM responds to broadcast,
direct, and indirect requests from X servers.
The default file specification for the XACCESS.TXT configuration file is:
SYS$SPECIFIC:[TCPIP$XDM]XACCESS.TXT
If you choose to use another file name or directory location, you can override the
default by adding a line in the XDM_CONFIG.CONF file similar to the following:
DisplayManager.accessFile: WORK1$:[XDM]XACCESS.TXT
Example 19–2 shows a sample XACCESS.TXT configuration file:
Configuring XDMCP-Compatible X Displays 19–3