<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/contrib, branch ccname</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>util: Use systemd-login to check user sessions</title>
<updated>2013-09-16T13:48:34+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-10T22:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=b49a7d90708e816120ff88ce5a88fa62b35ff795'/>
<id>b49a7d90708e816120ff88ce5a88fa62b35ff795</id>
<content type='text'>
Use systemd-lgin in preference to check if the user is logged in or not.
Fall back to the old method if no systemd-login support is available at compile
time or if it returns a fatal error, and can't determine the status of the user
on its own.
This will allow to consider a user really active (in order to reuse or refresh
crdentials) only if it really is logged into the system, and not just if one
of the user's processes is stuck around.

Resolves:
https://fedorahosted.org/sssd/ticket/2084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use systemd-lgin in preference to check if the user is logged in or not.
Fall back to the old method if no systemd-login support is available at compile
time or if it returns a fatal error, and can't determine the status of the user
on its own.
This will allow to consider a user really active (in order to reuse or refresh
crdentials) only if it really is logged into the system, and not just if one
of the user's processes is stuck around.

Resolves:
https://fedorahosted.org/sssd/ticket/2084
</pre>
</div>
</content>
</entry>
<entry>
<title>RPM: Add new subpackage for PAC responder</title>
<updated>2013-09-05T09:43:18+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-09-04T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=0e5758d02ea9e70c498f48d287e8a26c48150711'/>
<id>0e5758d02ea9e70c498f48d287e8a26c48150711</id>
<content type='text'>
It was discovered that duplicating files in two subpackages is not
permitted by Fedora packaging guidelines[1]. This patch moves the PAC
responder to a new sssd-common-pac subpackage that both the sssd-ipa
and sssd-ad subpackages will require.

[1] https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#DuplicateFiles
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was discovered that duplicating files in two subpackages is not
permitted by Fedora packaging guidelines[1]. This patch moves the PAC
responder to a new sssd-common-pac subpackage that both the sssd-ipa
and sssd-ad subpackages will require.

[1] https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#DuplicateFiles
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Remove unnecessary patch and configure opts</title>
<updated>2013-08-28T09:00:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-08-27T19:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=ac54a88b4b510289a411f334e371282d00e1538d'/>
<id>ac54a88b4b510289a411f334e371282d00e1538d</id>
<content type='text'>
Now that we use the libkrb5 defaults for the default ccname template
we do not need the patch that changes the man pages defaults nor the
configure options to change sssd defaults anymore.

Related:
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we use the libkrb5 defaults for the default ccname template
we do not need the patch that changes the man pages defaults nor the
configure options to change sssd defaults anymore.

Related:
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Fix contrib build macros to display warnings</title>
<updated>2013-08-22T17:29:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-22T13:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=2930ff3863961403d89a0b1147c14b82f91ad7eb'/>
<id>2930ff3863961403d89a0b1147c14b82f91ad7eb</id>
<content type='text'>
There was an inconsistency with how the warnings were specified and
how they were consumed by the macros. The result was that warnings were
hidden.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was an inconsistency with how the warnings were specified and
how they were consumed by the macros. The result was that warnings were
hidden.
</pre>
</div>
</content>
</entry>
<entry>
<title>RPM: Require libsss_idmap from sssd-common</title>
<updated>2013-07-17T13:00:12+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-07-08T10:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=66874e623df479d91476fa539a69075953a6cde3'/>
<id>66874e623df479d91476fa539a69075953a6cde3</id>
<content type='text'>
The NSS responder recently started using libsss_idmap in the getbysid
functions. The bug itself was spotted by one of our automated QA tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NSS responder recently started using libsss_idmap in the getbysid
functions. The bug itself was spotted by one of our automated QA tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move sssd_pac binary to the IPA and AD providers</title>
<updated>2013-07-02T16:49:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-07-02T15:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470'/>
<id>3c0c7a9c6f1a6874afbf4fa5516be7a0bc8ef470</id>
<content type='text'>
This will ensure that we aren't pulling in extra samba4
dependencies for the Kerberos provider.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will ensure that we aren't pulling in extra samba4
dependencies for the Kerberos provider.
</pre>
</div>
</content>
</entry>
<entry>
<title>RPM: Move sssd_pac to the krb5-common subpackage</title>
<updated>2013-07-02T13:21:50+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-06-20T12:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=f138a393447aa1042f449d16dbafd75a79b9cb1e'/>
<id>f138a393447aa1042f449d16dbafd75a79b9cb1e</id>
<content type='text'>
The PAC responder is now used by both IPA and AD providers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PAC responder is now used by both IPA and AD providers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sysv-&gt;systemd upgrade routines</title>
<updated>2013-07-02T13:08:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-07-01T16:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=875a55a818819f729c25f474078a672db8c96a50'/>
<id>875a55a818819f729c25f474078a672db8c96a50</id>
<content type='text'>
There are no longer any Fedora platforms running SSSD with SYSV
init scripts. We don't need the upgrade logic any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no longer any Fedora platforms running SSSD with SYSV
init scripts. We don't need the upgrade logic any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pre and post scripts to sssd-common</title>
<updated>2013-07-02T13:08:10+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-07-01T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=6df7ec09c17c3be8bfadff125daaf7a5738d1436'/>
<id>6df7ec09c17c3be8bfadff125daaf7a5738d1436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rpm: couple of small fixes</title>
<updated>2013-06-16T10:59:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-06-12T12:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=47d19d62aaabb9e7f09353ecad9f48aa4054e3b1'/>
<id>47d19d62aaabb9e7f09353ecad9f48aa4054e3b1</id>
<content type='text'>
* Include localized pam_sss manpages in sssd-client
* Call ldconfig after libsss_nss_idmap is installed or removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Include localized pam_sss manpages in sssd-client
* Call ldconfig after libsss_nss_idmap is installed or removed
</pre>
</div>
</content>
</entry>
</feed>
