Bug 113638 - pam_loginuid.so in /etc/pam.d/atd does not allow user atd submissions
Summary: pam_loginuid.so in /etc/pam.d/atd does not allow user atd submissions
Status: RESOLVED DUPLICATE of bug 112802
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: All SUSE Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Stefan Schubert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 13:44 UTC by Greg Edwards
Modified: 2005-08-29 10:06 UTC (History)
1 user (show)

See Also:
Found By: Third Party Developer/Partner
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***