1. edit '/etc/opt/kde3/share/config/kdm/kdmrc' file
in config section '[XDMCP]'
change "Enable=false" to "Enable=true"
将port=177的屏蔽去掉
2. edit '/etc/sysconfig/displaymanager' file
change 'DISPLAYMANAGER_REMOTE_ACCESS="no"' to
'DISPLAYMANAGER_REMOTE_ACCESS="yes"'
然后使用rcxdm restart命令来重启xdm服务
一定要有/opt/kde3/bin/kdm进程存在,如果没有使用
rcxdm restart命令看看是否能重启服务
并且用netstat -a |grep xdm来看看端口是否在listen。
允许root直接登录需要修改
change 'DISPLAYMANAGER_ROOT_LOGIN_REMOTE= "no " ' to
'DISPLAYMANAGER_ROOT_LOGIN_REMOTE= "yes " '
阅读(1216) | 评论(0) | 转发(0) |