2015-06-07 23:02:03
来 源
中存储网
Ubuntu
第一步: sudo aptitude install gdm 第二步: 编辑文件 1、sudo vim /usr/share/doc/gdm/examples/custom.conf(如果是ubuntu其他版本==每个版这票文章件文字会有所不同,建议用find查找一下custom.conf) 添加 [security] DisallowTCP=false [xdmcp] Enable

第一步:
sudo aptitude install gdm

第二步:
编辑文件
1、sudo vim /usr/share/doc/gdm/examples/custom.conf(一旦是ubuntu其他版本==每个版这篇文章件文字会有所不同,建议用find查找一下custom.conf)
添加
[security]
DisallowTCP=false
[xdmcp]
Enable=true
Port=177
DisplaysPerHost=10(表示连接数量)

2、sudo vim /usr/share/gdm/gdm.schemas(同custom.conf,其他版本ubuntu需要find查找一下)
修改xdmcp/Enable字段:
<schema>

<key>xdmcp/Enable</key>

<signature>b</signature>

<default>true</default>

</schema>

3、Open port udp 177(开启177端口):

sudo ufw allow 177

4、Reboot the system(重启gdm):

sudo /etc/init.d/gdm restart

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。