<div dir="ltr"><div><div>Hi Wolfgang,<br><br></div><div>From the XDMCP documentation:<br><br><table border="0"><tbody><tr><td align="left"> </td><td align="left"> </td><td colspan="8" align="left">
<span class="inbox-emphasis"><em>Hostname</em></span>: ARRAY8
      </td></tr><tr><td align="left"> </td><td align="left"> </td><td align="left"> </td><td colspan="7" align="left">
Is a human readable string describing the host from which the packet was sent.
The protocol specifies no interpretation of the data in this field.
      </td></tr><tr><td align="left"> </td><td align="left"> </td><td colspan="8" align="left">
<span class="inbox-emphasis"><em>Status</em></span>: ARRAY8
      </td></tr><tr><td align="left"> </td><td align="left"> </td><td align="left"> </td><td colspan="7" align="left">
Is a human readable string describing the status of the host.  This could
include load average/number of users connected or other information.  The
protocol specifies no interpretation of the data in this field.
      </td></tr></tbody></table><br></div>Looking at the LightDM code we don't set anything in these fields. It seems we should probably set hostname to the system hostname (and make configurable in lightdm.conf). Not sure what is appropriate to set status to (if anything).<br><br></div>--Robert<br><br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 3 May 2016 at 07:34 Wolfgang Baudler <<a href="mailto:wbaudler@gb.nrao.edu">wbaudler@gb.nrao.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I have a lightdm setup in an XDMCP configuration like this:<br>
<br>
[SeatDefaults]<br>
type=xremote<br>
xserver-allow-tcp=true<br>
xdmcp-port=177<br>
greeter-show-remote-login=true<br>
greeter-allow-guest=false<br>
<br>
[XDMCPServer]<br>
enabled=true<br>
port=177<br>
<br>
I have a kdm chooser host which is configured to show the lightdm host in<br>
it's chooser menu.<br>
<br>
It seems to work, except for the rather irritating fact that the chooser<br>
hostname and status field of the lightdm host show up as completely empty<br>
in the menu (the menu shows an empty line instead of a proper host entry).<br>
<br>
lightdm.log shows<br>
[+26.32s] DEBUG: Got Query(authentication_names=[]) from <a href="http://10.16.96.76:44231" rel="noreferrer" target="_blank">10.16.96.76:44231</a><br>
[+26.32s] DEBUG: Send Willing(authentication_name='' hostname=''<br>
status='') to <a href="http://10.16.96.76:44231" rel="noreferrer" target="_blank">10.16.96.76:44231</a><br>
<br>
Where you can clearly see that the hostname and status strings are empty<br>
(status normally shows number of users logged in and load on the remote<br>
XDMCP host). It seems that lightdm does not set these fields?<br>
<br>
Am I missing something or is this a bug?<br>
<br>
Wolfgang<br>
<br>
<br>
_______________________________________________<br>
LightDM mailing list<br>
<a href="mailto:LightDM@lists.freedesktop.org" target="_blank">LightDM@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/lightdm" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/lightdm</a><br>
</blockquote></div>