PDA

View Full Version : xdmcp


PeterMeeus
01-24-2002, 06:24 AM
Hello,
I need to login to an SCO-Unix system using X-windows and xdmcp.
Logging in via XDarwin/Ororbor using telnet is already working, but that is not suitable. I can't find this xdmcp for Darwin/MacOS X on the web . Can anybody help me finding it ?
Thank you,

Peter

sao
01-24-2002, 07:59 AM
You need to use the xdm (X Display Manager)

try these:


http://www.xfree86.org/4.0.3/xdm.1.htm

http://www.linuxgazette.com/issue43/nielsen.xdm.html

http://www.webcache.de/BSN/Support/Tips/XDMsetup.html

http://www.rru.com/~meo/pubsntalks/xrj/xdm.html

Couln't find a port though...

Cheers...

93
07-26-2003, 02:07 PM
Perhaps the following might help:

Start XDarwin from the terminal with:

X -quartz -query <Sun box>

or

Start XDarwin and then kill the window manager, but leave an xterm open with no window decorations.

The, type:

ssh -X <user>@<Sun box>

X forwarding through ssh must be enabled on the Sun box.

Google for "X Remote" if you need more information, say exporting MIT magic cookies and the like ...