分类: LINUX
2013-08-27 14:33:37
vi /etc/pam.d/su
将 auth这一列的注释号 去除
# Uncomment the following line to implicitly trust users in the "wheel" group.
auth sufficient pam_wheel.so trust use_uid
然后将登陆用户加入 wheel组
usermod -G wheel martin
重新测试,成功了!
su -
:~#
多台服务器,使用puppet来同步这两个文件就可以了