QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 639|回复: 3

求教NIS的配置问题

[复制链接]
发表于 2004-10-25 09:04:26 | 显示全部楼层 |阅读模式
我的Linux(redhat9)加入了单位的NIS系统,
但是我不想让NIS中的某些用户登陆我的电脑,
请问各位高手,我该如何修改配置呀?
发表于 2004-10-26 12:35:29 | 显示全部楼层
Try this:

Add the user name to the /etc/shadow before the line begin with "+".  Enter something into the password field.  It will override the password from nis.  However, make the /etc/nsswitch.conf file like this:

passwd: files nis
shadow: files nis
group: files nis

As a result the user will not able to log on to your system because incorrect password.
回复

使用道具 举报

发表于 2004-10-27 11:52:31 | 显示全部楼层
Right, yours is the better way.   
回复

使用道具 举报

 楼主| 发表于 2004-10-28 08:31:59 | 显示全部楼层

你的方法也可以

只要将nsswitch.conf 中的
passwd file nis
改为
passwd file nis compat
那么任何NIS的用户都无法登录了,
然后在文件passwd中加入你想允许的用户就可以了,比如
加入一行
+twain::::::
就可以让twain登录了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 19:19 , Processed in 0.043551 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表