Bug 40614

Summary: su in sh-utils-2.0.11-1 seems broken
Product: [Retired] Red Hat Raw Hide Reporter: Bill Nottingham <notting>
Component: sh-utilsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: nalin, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-15 01:24:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2001-05-15 01:24:24 UTC
It doesn't us pam_wheel correctly (it still prompts for the password.)

In fact, stracing it reveals it isn't even reading the pam config
files, even though it's linked against pam.

Comment 1 Bernhard Rosenkraenzer 2001-05-15 16:08:24 UTC
autoconf is getting too picky...

Had to change
AC_DEFINE(USE_PAM)
to
AC_DEFINE(USE_PAM, 1, [Define if you want to use PAM])

to get USE_PAM defined.

This will be fixed in the next build (some more pending fixes)