[sudo-users] Solaris 10 core dump using option -i and -s

Todd C. Miller Todd.Miller at courtesan.com
Fri Mar 29 11:41:38 MDT 2013


On Fri, 29 Mar 2013 17:20:12 +0100, mehdi badreddine wrote:

> Thanks for your reply todd, but it doesn't fix the issue, I've just
> recompiled and sudo goes on with nfssys syscall.
> Actually the issue is not with pam_unix_session, I keep looking in sudo
> source code for this syscall's origin .

Looks like it is /usr/lib/security/pam_dhkeys.so

sol10 [~] % nm -o /usr/lib/security/pam_dhkeys.so | grep nfssys
[108]   |000000000000|000000000000|FUNC |GLOB |0    |UNDEF  |_nfssys

You could try commenting out the following line in /etc/pam.conf
and see if it makes a difference:

other   auth required           pam_dhkeys.so.1

If so, you could make a sudo-specific pam.conf entry without
pam_dhkeys.

 - todd


More information about the sudo-users mailing list