<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/providers, branch sssd-1-2</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Change hbacservices/groups container</title>
<updated>2011-02-17T12:45:16+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-02-17T08:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=eff2a3bd4698676fcb47739a9439d0908fcd4584'/>
<id>eff2a3bd4698676fcb47739a9439d0908fcd4584</id>
<content type='text'>
The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The containers store store hbacservices and hbacservicegroups
definitions were changed in recent versions of FreeIPA.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not attempt to use START_TLS on SSL connections</title>
<updated>2011-02-16T14:38:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-16T12:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=16ccfd09e6120ab5e104fa2a6762511d398b4e93'/>
<id>16ccfd09e6120ab5e104fa2a6762511d398b4e93</id>
<content type='text'>
Not all LDAP servers are capable of handling dual-encryption with
both TLS and SSL.

https://fedorahosted.org/sssd/ticket/795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all LDAP servers are capable of handling dual-encryption with
both TLS and SSL.

https://fedorahosted.org/sssd/ticket/795
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly document ldap_purge_cache_timeout</title>
<updated>2011-02-11T14:18:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-09T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0acfbe57146fc4e8da671e79a5881fc0eba44daf'/>
<id>0acfbe57146fc4e8da671e79a5881fc0eba44daf</id>
<content type='text'>
Also allow it to be disabled entirely and make this the default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also allow it to be disabled entirely and make this the default
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't clean up groups for which a user has it as primary GID</title>
<updated>2010-11-03T13:44:26+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-03T13:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=91565f10d6567abd250a6d0ad4f278d33152a38c'/>
<id>91565f10d6567abd250a6d0ad4f278d33152a38c</id>
<content type='text'>
We were cleaning up all groups that were expired and for which
there existed no user with memberOf: &lt;thegroup&gt; as an attribute.

This patch modifies the search to also check for cached users with
this group's GID as their primary GID.

Fixes https://fedorahosted.org/sssd/ticket/624
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were cleaning up all groups that were expired and for which
there existed no user with memberOf: &lt;thegroup&gt; as an attribute.

This patch modifies the search to also check for cached users with
this group's GID as their primary GID.

Fixes https://fedorahosted.org/sssd/ticket/624
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use uint32_t for UID/GID numbers</title>
<updated>2010-10-26T12:01:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-25T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4228c4d88c1be62542a532dbd295317dbb9f6ce3'/>
<id>4228c4d88c1be62542a532dbd295317dbb9f6ce3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unsigned long for conversion to id_t</title>
<updated>2010-10-22T14:49:01+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-18T18:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=59216d82123688ae360757bf8c5eb77236555416'/>
<id>59216d82123688ae360757bf8c5eb77236555416</id>
<content type='text'>
We used strtol() on a number of places to convert into uid_t or gid_t
from a string representation such as LDAP attribute, but on some
platforms, unsigned long might be necessary to store big id_t values.

This patch converts to using strtoul() instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used strtol() on a number of places to convert into uid_t or gid_t
from a string representation such as LDAP attribute, but on some
platforms, unsigned long might be necessary to store big id_t values.

This patch converts to using strtoul() instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fake users during saving of RFC2307 group</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-05T14:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5cdb4db7d24ce16645ef54c8ff9fb03cb7d0694f'/>
<id>5cdb4db7d24ce16645ef54c8ff9fb03cb7d0694f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shortcut for save_group() to accept sysdb DNs as member attributes</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-05T15:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=451b1335b87a9ea69cdec17ba92831f18e55c06f'/>
<id>451b1335b87a9ea69cdec17ba92831f18e55c06f</id>
<content type='text'>
This patch is a backport of original written by Ralf Haferkamp.

Addtional parameter "populate_members" for save_group() and save_groups()
to indicate that the "member" attribute of the groups is populated
with sysdb DNs of the members (instead of LDAP DNs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is a backport of original written by Ralf Haferkamp.

Addtional parameter "populate_members" for save_group() and save_groups()
to indicate that the "member" attribute of the groups is populated
with sysdb DNs of the members (instead of LDAP DNs).
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb interface for adding expired user entries</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-10-05T12:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=57bd514e16e954c03bd32497b6b430142335761e'/>
<id>57bd514e16e954c03bd32497b6b430142335761e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proper nested initgroup support for RFC2307bis servers</title>
<updated>2010-10-08T23:26:55+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-10-06T20:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8971b82a5acba9baf85230dbd13b07373904dca1'/>
<id>8971b82a5acba9baf85230dbd13b07373904dca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
