<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap/ldap_id_enum.c, branch simo</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>Add domain argument to sysdb_has/set_enumerated()</title>
<updated>2013-01-11T15:43:13+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T04:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=52121722934bcffa2142494fe5c8480ba6c77719'/>
<id>52121722934bcffa2142494fe5c8480ba6c77719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up cache on server reinitialization</title>
<updated>2012-08-23T12:27:51+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-15T11:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=41be4e3976cf66823ad2c6880671ac7fbafdc640'/>
<id>41be4e3976cf66823ad2c6880671ac7fbafdc640</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/734

We successfully detect when the server is reinitialized by testing
the new lastUSN value. The maximum USN values are set to zero, but
the current cache content remains.

This patch removes records that were deleted from the server.
It uses the following approach:
  1. remove entryUSN attribute from all entries
  2. run enumeration
  3. remove records that doesn't have entryUSN attribute updated

We don't need to do this for sudo rules, they will be refreshed
automatically during next smart/full refresh, or when an expired rule
is deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/734

We successfully detect when the server is reinitialized by testing
the new lastUSN value. The maximum USN values are set to zero, but
the current cache content remains.

This patch removes records that were deleted from the server.
It uses the following approach:
  1. remove entryUSN attribute from all entries
  2. run enumeration
  3. remove records that doesn't have entryUSN attribute updated

We don't need to do this for sudo rules, they will be refreshed
automatically during next smart/full refresh, or when an expired rule
is deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for filtering atributes</title>
<updated>2012-05-31T19:46:27+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-05-23T08:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=64ddff90c7fcc02ccb06824ac93af7d5f361a88f'/>
<id>64ddff90c7fcc02ccb06824ac93af7d5f361a88f</id>
<content type='text'>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add attr_count return value to build_attrs_from_map()</title>
<updated>2012-05-10T15:34:46+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-08T17:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ca4b7b92738f3dd463914e3de5757cd98d37a983'/>
<id>ca4b7b92738f3dd463914e3de5757cd98d37a983</id>
<content type='text'>
This is necessary because in several places in the code, we are
appending to the attrs returned from this value, and if we relied
on the map size macro, we would be appending after the NULL
terminator if one or more attributes were defined as NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary because in several places in the code, we are
appending to the attrs returned from this value, and if we relied
on the map size macro, we would be appending after the NULL
terminator if one or more attributes were defined as NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add support for enumeration of ID-mapped users and groups</title>
<updated>2012-05-03T18:09:15+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-02T23:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=aef21bb77289a61796436eff7a08f64480f813ce'/>
<id>aef21bb77289a61796436eff7a08f64480f813ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add enumeration support for services</title>
<updated>2012-01-31T14:37:41+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-01-28T18:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e2925c2d7d10cbb51098402233784044168f1a77'/>
<id>e2925c2d7d10cbb51098402233784044168f1a77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add support for multiple search bases for group enumeration</title>
<updated>2011-11-02T15:12:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-10-03T18:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1bbd4c57fc31cec302244725e698413623818d19'/>
<id>1bbd4c57fc31cec302244725e698413623818d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Add support for multiple search bases for user enumeration</title>
<updated>2011-11-02T15:12:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-10-03T15:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f26b61dfe246c750a42f1f9fb28f9df5981bc841'/>
<id>f26b61dfe246c750a42f1f9fb28f9df5981bc841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Convert ldap_*_search_filter</title>
<updated>2011-11-02T15:12:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-09-28T15:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=357efd33759fd1297723d9956a7f77226fe26871'/>
<id>357efd33759fd1297723d9956a7f77226fe26871</id>
<content type='text'>
Instead of making this a global option for all user lookups, make
it only used if the search base is passed without an explicit
filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of making this a global option for all user lookups, make
it only used if the search base is passed without an explicit
filter.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Support multiple group search bases (non-enumeration, RFC2307)</title>
<updated>2011-11-02T15:12:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-09-16T19:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=86e00b950eae9884702ad535e3030b238ec451e3'/>
<id>86e00b950eae9884702ad535e3030b238ec451e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
