Results 1 to 2 of 2

Thread: How I can login to a XDMCP Server via LightDM

  1. #1

    How I can login to a XDMCP Server via LightDM

    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

  2. #2
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: How I can login to a XDMCP Server via LightDM

    Looks like these are the relevant keys for the client machine's "/etc/lightdm/lightdm.conf":
    Code:
    # 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:
    Quote Originally Posted by Robert Ancell
    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:

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

    Regards.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •