1832973 Members
2597 Online
110048 Solutions
New Discussion

HP-UX 11.31/sudo issue

 
William R Bowen
Advisor

HP-UX 11.31/sudo issue

cnruff@gph352:/home/cnruff # sudo swlist -l product |grep sudo
Last successful login: Tue Mar 16 14:54:09 CDT 2010 gph352
Last authentication failure: Tue Mar 16 13:33:17 CDT 2010 ::ffff:146.209.42.16
sudo 1.6.9p11 sudo
cnruff@gph352:/home/cnruff #

sudo swlist -l product |grep -i sudo
Last successful login: Tue Mar 16 14:06:30 CDT 2010
Last authentication failure: Tue Mar 16 13:33:17 CDT 2010 ::ffff:
sudo 1.7.2p1 sudo

The above happens when I any sudo command. I'm trying to figure out if this is a sudo issue, or something 11.31 related. I have thought about trying 1.6.8 of sudo, just to see if that solves it.

Thanks,

Coire
3 REPLIES 3
johnsonpk
Honored Contributor

Re: HP-UX 11.31/sudo issue

Hi Coire,

It is not seems to be a sudo version dependant , more of a security setting

set DISPLAY_LAST_LOGIN to 0 in /etc/default/security to get rid of that


regards!
Johnson
William R Bowen
Advisor

Re: HP-UX 11.31/sudo issue

That would be it. Thanks Johnson
William R Bowen
Advisor

Re: HP-UX 11.31/sudo issue

Thanks for the quick help Johnson!