View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007614 | CentOS-7 | systemd | public | 2014-09-19 09:54 | 2014-09-19 09:54 |
Reporter | ludij | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 7.0-1406 | ||||
Summary | 0007614: sss users crontabs are ignored | ||||
Description | the crontabs from sssd users are ignored by crond with the following message: cron:Sep 17 10:28:22 mymachine crond[958]: (ldapuserX) ORPHAN (no passwd entry) This is because when crond.service is started, sssd.service is not yet. There's no ordering between the 2 services. If I modify /usr/lib/systemd/system/crond.service in order to make it start after sssd: ... After=syslog.target auditd.service systemd-user-sessions.service time-sync.target sssd.service ... Restart - no more issue. This is probably an ugly patch, I'm not an systemd expert. | ||||
Steps To Reproduce | - Configure your system to authenticate users against a remote server (I have a LDAP server), using authconfig (which should set up sssd). - Write something in a ldap user crontab: @reboot date > /tmp/$USER It won't do nothing. | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-09-19 09:54 | ludij | New Issue |