Results 1 to 1 of 1

Thread: Xdmcp not work

  1. #1
    Join Date
    May 2010
    Beans
    4

    Unhappy Xdmcp not work

    Client show "Display not authorized to connect"
    ubuntu 11.04
    kdmrc:
    [Xdmcp] Enable=true
    Willing=/etc/kde4/kdm/Xwilling
    cat /etc/kde4/kdm/Xwilling
    #! /bin/sh
    # The output of this script is displayed in the chooser window

    # (instead of "Willing to manage").

    load=`uptime|sed -e 's/^.*load[^0-9]*//'`
    nrusers=`who|cut -c 1-8|sort -u|wc -l|sed 's/^[ ]*//'`
    s=""; [ "$nrusers" != 1 ] && s=s

    echo "${nrusers} user${s}, load: ${load}"

    Network wired, Via router. M.b. any port blocked?[br]
    Last edited by darkshvein; May 26th, 2011 at 06:26 PM. Reason: broken formatting

Tags for this Thread

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
  •