Merge pull request #2473 from dm0-/bugs-1813

Fix SSSD on PXE
This commit is contained in:
David Michael 2017-03-14 19:15:25 -07:00 committed by GitHub
commit 77abd49c24
3 changed files with 8 additions and 9 deletions

View File

@ -1,15 +1,10 @@
[Unit] [Unit]
Description=System Security Services Daemon Description=System Security Services Daemon
# SSSD will not be started until syslog is After=nscd.service
After=syslog.target
[Service] [Service]
ExecStart=/usr/sbin/sssd -D -f ExecStart=/usr/sbin/sssd -i
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=/run/sssd.pid PIDFile=/run/sssd.pid
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1,2 +1,6 @@
d /etc/sssd 0700 root root - - d /etc/sssd 0700 root root - -
C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf C /etc/sssd/sssd.conf 0600 root root - /usr/share/sssd/sssd-example.conf
d /var/lib/sss - root root - -
d /var/lib/sss/db 0700 root root - -
d /var/lib/sss/pipes - root root - -
d /var/lib/sss/pipes/private 0700 root root - -