<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sysv/systemd, branch ad_domain_local_groups</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>BUILD: Ship systemd service file for sssd-secrets</title>
<updated>2016-08-17T14:55:31+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-08-15T12:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=733100a12138a701d0ae7ef5af2b04b08e225033'/>
<id>733100a12138a701d0ae7ef5af2b04b08e225033</id>
<content type='text'>
Adds two new files: sssd-secrets.socket and sssd-secrets.service. These
can be used to socket-acticate the secrets responder even without
explicitly starting it in the sssd config file.

The specfile activates the socket after installation which means that
the admin would just be able to use the secrets socket and the
sssd_secrets responder would be started automatically by systemd.

The sssd-secrets responder is started as root, mostly because I didn't
think of an easy way to pass the uid/gid to the responders without
asking about the sssd user identity in the first place. But nonetheless,
the sssd-secrets responder wasn't tested as non-root and at least the
initialization should be performed as root for the time being.

Reviewed-by: Fabiano Fidêncio &lt;fabiano@fidencio.org&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds two new files: sssd-secrets.socket and sssd-secrets.service. These
can be used to socket-acticate the secrets responder even without
explicitly starting it in the sssd config file.

The specfile activates the socket after installation which means that
the admin would just be able to use the secrets socket and the
sssd_secrets responder would be started automatically by systemd.

The sssd-secrets responder is started as root, mostly because I didn't
think of an easy way to pass the uid/gid to the responders without
asking about the sssd user identity in the first place. But nonetheless,
the sssd-secrets responder wasn't tested as non-root and at least the
initialization should be performed as root for the time being.

Reviewed-by: Fabiano Fidêncio &lt;fabiano@fidencio.org&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>INIT: Drop syslog.target from service file</title>
<updated>2015-11-10T16:22:43+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-11-10T06:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=46ef3da071401904a8c4930df4f2b1103c309c25'/>
<id>46ef3da071401904a8c4930df4f2b1103c309c25</id>
<content type='text'>
The syslog.target is not part of systemd anymore.
The non-socket-activated syslog daemons are not supported in systemd &gt;= 35
and in the same version it was recomemded to not use this target in service
files.

http://www.freedesktop.org/wiki/Software/systemd/syslog/

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The syslog.target is not part of systemd anymore.
The non-socket-activated syslog daemons are not supported in systemd &gt;= 35
and in the same version it was recomemded to not use this target in service
files.

http://www.freedesktop.org/wiki/Software/systemd/syslog/

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add user lookup and session dependencies to systemd service file.</title>
<updated>2014-09-08T08:58:24+00:00</updated>
<author>
<name>Ian Lee</name>
<email>ian.rob.lee@gmail.com</email>
</author>
<published>2014-08-06T11:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ea0a71921ea396f5cc0e9e20d9a2aafc681b3eb9'/>
<id>ea0a71921ea396f5cc0e9e20d9a2aafc681b3eb9</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1088619

Before permitting user sessions sssd should be running. This also correctly
orders shutdown of sssd after the user sessions.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1088619

Before permitting user sessions sssd should be running. This also correctly
orders shutdown of sssd after the user sessions.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Simplify enabling journald on installed systems</title>
<updated>2014-02-19T11:29:05+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2014-01-07T20:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9542512d7be40f2000298c86d3d2b728f4f0f65a'/>
<id>9542512d7be40f2000298c86d3d2b728f4f0f65a</id>
<content type='text'>
systemd supports overrides of the standard service file to be placed in
/etc/systemd/system/&lt;service&gt;.service.d/

With this patch, we will install a commented-out override file to /etc
that will instruct the user on how to enable logging to journald.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
systemd supports overrides of the standard service file to be placed in
/etc/systemd/system/&lt;service&gt;.service.d/

With this patch, we will install a commented-out override file to /etc
that will instruct the user on how to enable logging to journald.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>init script: source /etc/sysconfig/sssd</title>
<updated>2013-06-25T13:24:10+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-06-24T13:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=07d82f79d2970a08628ebf71343441ec55faa6fa'/>
<id>07d82f79d2970a08628ebf71343441ec55faa6fa</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1959
</pre>
</div>
</content>
</entry>
<entry>
<title>The systemd unit file should not require DBus</title>
<updated>2011-04-12T13:26:26+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-04-05T08:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=00e9f24707a2d221ed2be40289669e4fd731713e'/>
<id>00e9f24707a2d221ed2be40289669e4fd731713e</id>
<content type='text'>
This patch fixes the provided systemd unit file so it is the same
as the one Jóhann B. Guðmundsson provided in Red Hat Bugzilla #689853
except for hardcoded paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes the provided systemd unit file so it is the same
as the one Jóhann B. Guðmundsson provided in Red Hat Bugzilla #689853
except for hardcoded paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Package systemd unit file</title>
<updated>2010-09-02T16:23:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-31T11:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=96c73559adfbdac96720008fc022cb1d540b53c3'/>
<id>96c73559adfbdac96720008fc022cb1d540b53c3</id>
<content type='text'>
So far, the systemd unit file is only packaged but not used in any of
the packaged spec files.

Fixes: #483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far, the systemd unit file is only packaged but not used in any of
the packaged spec files.

Fixes: #483
</pre>
</div>
</content>
</entry>
</feed>
