无法通过su - oracle进行用户切换 su: incorrect password

问题描述:

[root@gasdbadm01 etc]# passwd oracle
Changing password for user oracle.

You can now choose the new password or passphrase.

A good password should be a mix of upper and lower case letters,
digits, and other characters.  You can use a 5 character long
password.


A passphrase should be of at least 3 words, 5 to 40 characters
long, and contain enough different characters.

Alternatively, if noone else can see your terminal now, you can
pick this as your password: "bumpy$turn=cart".

Enter new password: 
Re-type new password: 
passwd: all authentication tokens updated successfully.
[root@gasdbadm01 etc]# su - grid
[grid@gasdbadm01 ~]$ su - oracle
Password: 
su: incorrect password
[grid@gasdbadm01 ~]$

刚刚修改过密码却无法通过su - oracle进行用户切换

问题解决:

[root@gasdbadm01 etc]# ll /bin/su
-rwsr-xr-x 1 root root 34904 Aug 25  2014
/bin/su
[root@gasdbadm01 etc]# vim /etc/pam.d/su
-bash: vim: command not found
[root@gasdbadm01 etc]# vi !$
vi /etc/pam.d/su
[root@gasdbadm01 etc]# 
[root@gasdbadm01 etc]# cat /etc/pam.d/su
#%PAM-1.0
auth sufficient pam_rootok.so
# Uncomment the following line to implicitly trust users in the "wheel" group.
#auth sufficient pam_wheel.so trust use_uid
# Uncomment the following line to require a user to be in the "wheel" group.
# auth required pam_wheel.so use_uid
auth include system-auth
account sufficient pam_succeed_if.so uid = 0 use_uid quiet
account include system-auth
password include system-auth
session include system-auth
session optional pam_xauth.so
[root@gasdbadm01 etc]# 
将上面一行注释掉
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值