BSD/OS xdm設定

BSD/OSにリモートからxdmでログインするときは、
/etc/rc.localの設定。
xdmの設定ファイルxdm-config(/etc/X11/xdm/xdm-config)および、
Xaccess(/etc/X11/xdm/Xaccess)を設定すること。
/etc/rc.localは以下行のコメントを削除。

# Uncomment the following to start xdm (to run X on the console)
 if [ -f /usr/X11R6/lib/X11/xdm/xdm-config ]; then
        echo 'Starting xdm'; /usr/X11R6/bin/xdm
 fi

/etc/X11/xdm/xdm-configはDisplayManager.requestPort: の行を "!" で無効化

    ! SECURITY: do not listen for XDMCP or Chooser request
    ! Comment out this line if you want to manage X terminals with xdm
    !DisplayManager.requestPort:     0

/etc/X11/xdm/Xaccessは
"#" でコメントアウトされていれば、削除。

 ...
 *                                       #any host can get a login window
 ...
 *               CHOOSER BROADCAST       #any indirect host can get a chooser