![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1460921.1 : Error 'incorrect password' reports when run command su after inputting correct password on exadata server
Customer configured LDAP on Exadata DB/ Compute node, later he is unable to su - localuser from ldap user and su - ldapuser from localuser. In this Document
Created from <SR 3-5648905921> Applies to:Exadata Database Machine V2 - Version All Versions to All Versions [Release All Releases]Linux OS - Version Oracle Linux 5.4 to Oracle Linux 6.2 [Release OL5U4 to OL6U2] Linux x86-64 SymptomsError 'incorrect password' reports when run command su after inputting correct password on exadata server . [test@server ~]$ su -
Password: su: incorrect password [test@server ~]$
[test@server ~]$ su - test1
Password: su: incorrect password [test@server ~]
ChangesBy default in Exadata setup the /etc/pam.d/su file: # Uncomment the following line to require a user to be in the "wheel" group.
auth required pam_wheel.so use_uid
Pam is not broken infact its a security option, seems more like switching as root "su -" by user is disable. Alternative option is to use Sudo
CauseBelow line in the /etc/pam.d/su file: # Uncomment the following line to require a user to be in the "wheel" group.
auth required pam_wheel.so use_uid <--------
Solution1. login to the server as root # Uncomment the following line to require a user to be in the "wheel" group.
#auth required pam_wheel.so use_uid
[test@testbox~]$ su -
Password: login successful logs below in system messages log: May 22 16:07:56 testbox su: pam_unix(su-l:session): session opened for user test by root(uid=0) May 22 16:08:18 testbox su: pam_unix(su-l:session): session opened for user root by root(uid=500)
Attachments This solution has no attachment |
||||||||||||||||||
|