<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sysv, branch openssl</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/'/>
<entry>
<title>MAN: sssd-secrets documentation</title>
<updated>2016-09-30T07:09:26+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-08-08T15:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=54c64aad71e6792edb7cf99988d9a7f4bc2b0c61'/>
<id>54c64aad71e6792edb7cf99988d9a7f4bc2b0c61</id>
<content type='text'>
Resolves:
    https://fedorahosted.org/sssd/ticket/3053

Documents the API and the purpose of the sssd-secrets responder.

Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
    https://fedorahosted.org/sssd/ticket/3053

Documents the API and the purpose of the sssd-secrets responder.

Reviewed-by: Fabiano Fidêncio &lt;fidencio@redhat.com&gt;
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<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/lslebodn/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/lslebodn/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>CONTRIB: Gentoo daemon startup options as declared in conf.d/sssd</title>
<updated>2015-07-22T21:22:47+00:00</updated>
<author>
<name>Tyler Gates</name>
<email>tgates81@gmail.com</email>
</author>
<published>2015-07-20T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=cbe70d47d13d0da1acef83f0c81a0f2d81418ed8'/>
<id>cbe70d47d13d0da1acef83f0c81a0f2d81418ed8</id>
<content type='text'>
Resolves:
    https://fedorahosted.org/sssd/ticket/2722

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
    https://fedorahosted.org/sssd/ticket/2722

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/lslebodn/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>SYSV: Do not call functions success and fail itself</title>
<updated>2014-03-20T19:22:26+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-03-20T15:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=636caee5776fb062fde39bc761df142005dcb589'/>
<id>636caee5776fb062fde39bc761df142005dcb589</id>
<content type='text'>
Bash function daemon will call success or fail. It is useless to call them
one more time. It may cause strange behaviour with some configurations of
terminal.

 # service sssd restart
 Stopping sssd: [  OK  ]
 [  OK  ] sssd: [  OK  ]

Resolves:
https://fedorahosted.org/sssd/ticket/2280

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bash function daemon will call success or fail. It is useless to call them
one more time. It may cause strange behaviour with some configurations of
terminal.

 # service sssd restart
 Stopping sssd: [  OK  ]
 [  OK  ] sssd: [  OK  ]

Resolves:
https://fedorahosted.org/sssd/ticket/2280

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/lslebodn/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>sysv/gentoo: Send debug output to a file instead of stderr</title>
<updated>2013-12-04T16:00:59+00:00</updated>
<author>
<name>Markos Chandras</name>
<email>hwoarang@gentoo.org</email>
</author>
<published>2013-12-02T17:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=9882475d3c59f4750a19953bb7d02edab198c900'/>
<id>9882475d3c59f4750a19953bb7d02edab198c900</id>
<content type='text'>
Output from init scripts should go to a file (ideally in
/var/log directory) instead of stderr.

Signed-off-by: Markos Chandras &lt;hwoarang@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Output from init scripts should go to a file (ideally in
/var/log directory) instead of stderr.

Signed-off-by: Markos Chandras &lt;hwoarang@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sysv/gentoo: Use xdm if possible</title>
<updated>2013-12-04T16:00:59+00:00</updated>
<author>
<name>Markos Chandras</name>
<email>hwoarang@gentoo.org</email>
</author>
<published>2013-12-02T17:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=c20dbd8f20e08676637ee7fc185ea7882a1f8651'/>
<id>c20dbd8f20e08676637ee7fc185ea7882a1f8651</id>
<content type='text'>
Allow sssd to use the xdm wrapper so login managers can
use sssd to authenticate users.

Signed-off-by: Markos Chandras &lt;hwoarang@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow sssd to use the xdm wrapper so login managers can
use sssd to authenticate users.

Signed-off-by: Markos Chandras &lt;hwoarang@gentoo.org&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/lslebodn/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>
</feed>
