PDA

View Full Version : [ubuntu] How I can login to a XDMCP Server via LightDM



burner1980
June 26th, 2013, 09:30 PM
Hello Together,

XDMCP Server is running, but how I can Login? On my Client PC there is no Option to Login via XDMCP!

I use Ubuntu 12.04 with LightDM and Unity. On the Login Screen is no Option.

Can anyone help me, I look for hours, but found nothing!

best regards

Burner

Krytarik
June 27th, 2013, 04:40 PM
Looks like these are the relevant keys for the client machine's "/etc/lightdm/lightdm.conf":

# Seat defaults
#
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)

[...]

[SeatDefaults]
[...]
#xserver-allow-tcp=false
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
Source: "/usr/share/doc/lightdm/lightdm.conf.gz/lightdm.conf"

Btw, there is a related bug report:

Note this bug is about making a greeter that can choose which server to use. To setup lightdm as an XDMCP client always connecting to the same server you can use:


[SeatDefaults]
xdmcp-manager=your.xdmcp.server
https://bugs.launchpad.net/lightdm/+bug/723224

Regards.