Bug 113638

Summary: pam_loginuid.so in /etc/pam.d/atd does not allow user atd submissions
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Greg Edwards <edwardsg>
Component: BasesystemAssignee: Stefan Schubert <schubi>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: kukuk
Version: Beta 3   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: Third Party Developer/Partner Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Greg Edwards 2005-08-28 13:44:32 UTC
/etc/pam.d/atd contains:

#
# The PAM configuration file for the at daemon
#
#
auth            sufficient      pam_rootok.so
auth            include         common-auth   
account         include         common-account
password        include         common-password
session         include         common-session
session         required        pam_loginuid.so

The last entry (pam_loginuid.so) breaks submitting jobs as a user.  Users
get:

gedwards@fairseas ~ $ at now
PAM authentication failure: Cannot make/remove an entry for the specified session
You do not have permission to use at.

Removing the last entry (so it matches the crond pam.d file) allows it to
work.  I did a quick search and couldn't find much info on what this pam
module does.
Comment 1 Thorsten Kukuk 2005-08-29 10:06:29 UTC

*** This bug has been marked as a duplicate of 112802 ***