<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src, branch 1.9.2-35</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>NSS: Fix netgroup midpoint cache refresh</title>
<updated>2012-12-07T17:39:44+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-02T18:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=23274f7939b47597be98f2a9e076af8860b644c4'/>
<id>23274f7939b47597be98f2a9e076af8860b644c4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1683

The result of the percent calculation was always 0 as it used plain
ints. The patch switches to using explicit floats to avoid reintroducing
the bug again even with brackets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1683

The result of the percent calculation was always 0 as it used plain
ints. The patch switches to using explicit floats to avoid reintroducing
the bug again even with brackets.
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Keep inherited ghost users around on modify operation</title>
<updated>2012-12-06T10:54:46+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-03T22:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=7810b6553c14636d872c3c8df71070f2d4092c10'/>
<id>7810b6553c14636d872c3c8df71070f2d4092c10</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1652

It is possible to simply reset the list of ghost users to a different one
during a modify operation. It is also actually how we update entries that
are expired in the SSSD cache.

In this case, we must be careful and retain the ghost users that are not
native to the group we are processing but are rather inherited from child
groups. The intention of the replace operation after all is to set the
list of direct members of that group, not direct and indirect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1652

It is possible to simply reset the list of ghost users to a different one
during a modify operation. It is also actually how we update entries that
are expired in the SSSD cache.

In this case, we must be careful and retain the ghost users that are not
native to the group we are processing but are rather inherited from child
groups. The intention of the replace operation after all is to set the
list of direct members of that group, not direct and indirect.
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Implement the modify operation for ghost users</title>
<updated>2012-12-06T10:54:42+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-27T15:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=72e94b34a63ec013c4f2f55a2194a305ecb72bbf'/>
<id>72e94b34a63ec013c4f2f55a2194a305ecb72bbf</id>
<content type='text'>
Similar to the add and delete operation, we also need to propagate the
changes of the ghost user attribute to the parent groups so that if a
nested group updates memberships, its parents also get the membership
updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to the add and delete operation, we also need to propagate the
changes of the ghost user attribute to the parent groups so that if a
nested group updates memberships, its parents also get the membership
updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Split the add ghost operation into a separate function</title>
<updated>2012-12-06T10:54:36+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-27T15:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=943bfd2b61b7832519c8d6d3998ee04b09e586b5'/>
<id>943bfd2b61b7832519c8d6d3998ee04b09e586b5</id>
<content type='text'>
This new function will be reused by the modify operation later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new function will be reused by the modify operation later
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Split the del ghost attribute op into a reusable function</title>
<updated>2012-12-06T10:54:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-26T17:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2452644b845d366e8094d677124916916aed94bc'/>
<id>2452644b845d366e8094d677124916916aed94bc</id>
<content type='text'>
This new function is going to be reused by the modify operation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new function is going to be reused by the modify operation
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: split processing the member modify into a separate function</title>
<updated>2012-12-06T10:54:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-26T12:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4635af68faa6e7acc803572ad4bbb71b2fa235ec'/>
<id>4635af68faa6e7acc803572ad4bbb71b2fa235ec</id>
<content type='text'>
This will allow to process ghost users in a similar fashion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow to process ghost users in a similar fashion
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Implement delete operation for ghost users</title>
<updated>2012-12-06T10:54:27+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-25T21:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cd37f5c77119c5a944602e8f4e65080444042711'/>
<id>cd37f5c77119c5a944602e8f4e65080444042711</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1668

The memberof plugin did only expand the ghost users attribute to
parents when adding a nested group, but didn't implement the reverse
operation.

This bug resulted in users being reported as group members even
after the direct parent went away as the expanded ghost attributes were
never removed from the parent entry.

When a ghost entry is removed from a group, all its parent groups are
expired from the cache by setting the expire timestamp to 1. Doing so
would force the SSSD to re-read the group next time it is requested in
order to make sure its members are really up-to-date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1668

The memberof plugin did only expand the ghost users attribute to
parents when adding a nested group, but didn't implement the reverse
operation.

This bug resulted in users being reported as group members even
after the direct parent went away as the expanded ghost attributes were
never removed from the parent entry.

When a ghost entry is removed from a group, all its parent groups are
expired from the cache by setting the expire timestamp to 1. Doing so
would force the SSSD to re-read the group next time it is requested in
order to make sure its members are really up-to-date.
</pre>
</div>
</content>
</entry>
<entry>
<title>TESTS: Test ghosts users in the RFC2307 schema</title>
<updated>2012-12-06T10:54:23+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-25T14:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=81097f8ea7e0ee3d9db10bfbc4a0bf76c716fc37'/>
<id>81097f8ea7e0ee3d9db10bfbc4a0bf76c716fc37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMBEROF: Do not add the ghost attribute to self</title>
<updated>2012-12-06T10:54:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-24T16:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5b6ea01e0398adbeaba1eacb5de85b2e2f668699'/>
<id>5b6ea01e0398adbeaba1eacb5de85b2e2f668699</id>
<content type='text'>
When a nested group with ghost users is added, its ghost attribute should
propagate within the nested group structure much like the memberuid
attribute. Unlike the memberuid attribute, the ghost attribute is only
semi-managed by the memberof plugin and added manually to the original
entry.

This bug caused LDB errors saying that attribute or value already exists
when a group with a ghost user was added to the hierarchy as groups were
updated with an attribute they already had.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a nested group with ghost users is added, its ghost attribute should
propagate within the nested group structure much like the memberuid
attribute. Unlike the memberuid attribute, the ghost attribute is only
semi-managed by the memberof plugin and added manually to the original
entry.

This bug caused LDB errors saying that attribute or value already exists
when a group with a ghost user was added to the hierarchy as groups were
updated with an attribute they already had.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always append rctx as private data</title>
<updated>2012-12-06T10:46:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-12-05T17:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f0b828e9d57a1ec6160c04d050c23bab9a6bd4b5'/>
<id>f0b828e9d57a1ec6160c04d050c23bab9a6bd4b5</id>
<content type='text'>
This is used for the new calls back from the data provider.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used for the new calls back from the data provider.
</pre>
</div>
</content>
</entry>
</feed>
