GNOME Bugzilla – Bug 561396
XDMCP does not work
Last modified: 2008-12-10 16:18:16 UTC
Please describe the problem: I tested gdm-2.24.0 on fedora10, and find this problem. It has XDMCP enabled gdm. but can't established XDMCP connection. Steps to reproduce: 1.Add "Enable=true" at [xdmcp] section in /etc/gdm/custom.conf on Fedora 10 beta 2.restart gdm 3.Try to connect XDMCP from other PC. Actual results: XDMCP connection is not establised. check "netstat -lnp". but UDP 177 is not listed. Expected results: I would expect connecting to GDM from PC. And below is expected result of "netstat -lnp" command. udp 0 0 0.0.0.0:177 0.0.0.0:* xxxxx/gdm-binary Does this happen every time? Yes Other information:
Created attachment 122963 [details] [review] gdm-2.24.0-fix-xdmcp.patch I try to make patch myself. The probrem was solved by this patch.
I can confirm that the patch works. Nice job :)
I have tried this patch and confirm all of the above fixed to be valid and work I am still having trouble getting the "HAVE_LIBXDMCP" definition to be recognised and passed by configure but thats probaly just me ? Nice patch must be in release version please
That patch doesn't look right to me. I've committed the following to trunk: http://svn.gnome.org/viewvc/gdm?view=revision&revision=6610 Does this solve the problem for you? If you can test it we can apply it to 2.24. Thanks.
I have rebuilt the F10 release source with this patch and SDMCP works as expected. I had to disable the SELinux as I was buildind outside of the true env and the new signature was incorrect
I have rebuild gdm with trunk 6610 patch Yes. this slove the problem. Thank you.