Package: sssd
Version: 1.0.6-0
I discovered this while preparing sssd for Debian. The install rule for
sssd.api.conf is wrong in the Ubuntu package.
The line
install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
$(CURDIR)/debian/sss/etc/sssd/sssd/sssd.api.conf
should probably look something like this instead:
install -D -m640 $(CURDIR)/server/config/etc/sssd.api.conf
$(CURDIR)/debian/sssd/etc/sssd/sssd.api.conf
Notice the typo debian/sss/ changed to debian/sssd/. Also, it would be the
only file in /etc/sssd/sssd/, so I suspect it should be moved up one level
to /etc/sssd/.
Downstream report:
https://bugs.edge.launchpad.net/ubuntu/+source/sssd/+bug/576079