Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553678 - sys-auth/sssd init script does not honor SSSD_OPTIONS in conf.d
Summary: sys-auth/sssd init script does not honor SSSD_OPTIONS in conf.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Markos Chandras (RETIRED)
URL: https://fedorahosted.org/sssd/ticket/...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2015-06-30 21:29 UTC by T-Dawg
Modified: 2015-07-22 20:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description T-Dawg 2015-06-30 21:29:22 UTC
sssd package has a configuration variable SSSD_OPTIONS="" in /etc/conf.d/sssd which are not being honored by the init script. I believe --start should look more like this:

start-stop-daemon --start --exec /usr/sbin/sssd -- -Df $SSSD_OPTIONS

as apposed to

start-stop-daemon --start --exec /usr/sbin/sssd -- -Df
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-07-17 19:58:58 UTC
Hmm interesting. Do you want to submit this upstream along with our conf.d file? The init.d file is also maintained upstream. It would be nice to have everything there. Feel free to CC me if you want to
Comment 2 T-Dawg 2015-07-17 23:14:02 UTC
Done.
https://fedorahosted.org/sssd/ticket/2722
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2015-07-18 10:29:01 UTC
Thanks but you also need a patch for the upstream init file

https://git.fedorahosted.org/cgit/sssd.git/tree/src/sysv/gentoo/sssd.in

I suggest you attach your patch to the same bug as well. Thanks
Comment 4 T-Dawg 2015-07-22 15:55:48 UTC
Please see https://lists.fedorahosted.org/pipermail/sssd-devel/2015-July/024155.html

They want a Gentoo dev to approve.
Comment 5 Lukas Slebodnik 2015-07-22 16:50:41 UTC
I think it's not necessary to send mail to sssd-devel.
We were not aware of this BZ.
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2015-07-22 17:01:23 UTC
(In reply to Lukas Slebodnik from comment #5)
> I think it's not necessary to send mail to sssd-devel.
> We were not aware of this BZ.

Ok thanks. I approve the patch anyway :)
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2015-07-22 20:01:45 UTC
Since this seems to be heading upstream now, I have included your git patch in the portage tree for 1.13 version. Thanks

+  22 Jul 2015; Markos Chandras <hwoarang@gentoo.org>
+  +files/sssd-1.13.0-fix-init.patch, sssd-1.13.0.ebuild:
+  Fix python support. Bug #554776. Respect SSSD_OPTIONS in init script. Bug
+  #553678
+