Bug 4507

Summary: /etc/pam.d/su includes xauth
Product: [Retired] Red Hat Linux Reporter: Mads Kiilerich <mads>
Component: pamAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-27 22:48:17 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 Mads Kiilerich 1999-08-13 13:53:26 UTC
- that is:
session    optional     /lib/security/pam_xauth.so

That gives error messages in /var/log/secure when no X
packages is installed, e.g.:

Aug 13 04:02:00 ib pam_xauth[5549]: call_xauth: execve
failed for /usr/X11R6/bin
/xauth
Aug 13 04:02:00 ib pam_xauth[5548]: call_xauth: child
returned 1
Aug 13 04:02:01 ib pam_xauth[5551]: call_xauth: execve
failed for /usr/X11R6/bin
/xauth
Aug 13 04:02:01 ib pam_xauth[5548]: call_xauth: child
returned 1

I suggest that _if_ xauth&su "has to" be enabled in a
"normal" setup, then it should be added by the xauth
package.

Regards, Kiilerich

Comment 1 Cristian Gafton 1999-08-27 22:43:59 UTC
assigned to johnsonm

Comment 2 Michael K. Johnson 1999-08-27 22:48:59 UTC
Should be fixed in 0.68-3 or later when released; I have change those
messages to only show up when debugging is enabled.  The fact that it
logged those messages was left over from when I was debugging
pam_xauth and was not removed before only because I didn't normally
tickle it myself.

Thanks for the report!