<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch sid_index</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>SYSDB: Index the objectSIDString attribute</title>
<updated>2015-06-25T15:33:47+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-06-25T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2302b7f53869db17fe6f733f52cce94d9714eeb4'/>
<id>2302b7f53869db17fe6f733f52cce94d9714eeb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDAP: Remove user from cache for missing user in LDAP</title>
<updated>2015-06-22T08:55:08+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-06-17T19:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d0d6956c3748ba670448edd548b8edd37c5f5c1a'/>
<id>d0d6956c3748ba670448edd548b8edd37c5f5c1a</id>
<content type='text'>
Function sysdb_get_real_name overrode reurned code LDAP
and thus user was not removed from cache after removing it from LDAP.
This patch also do not try to set initgroups flag if user
does not exist. It reduce some error message.

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

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
(cherry picked from commit 9fc96a4a2b07b92585b02dba161ab1eb2dbdad98)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function sysdb_get_real_name overrode reurned code LDAP
and thus user was not removed from cache after removing it from LDAP.
This patch also do not try to set initgroups flag if user
does not exist. It reduce some error message.

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

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
(cherry picked from commit 9fc96a4a2b07b92585b02dba161ab1eb2dbdad98)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating version for the 1.12.6 release</title>
<updated>2015-06-12T10:56:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-06-12T10:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d1193243fb169e380f26ecd657f1cd4bdab7b3a8'/>
<id>d1193243fb169e380f26ecd657f1cd4bdab7b3a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating translations for the 1.12.5 release</title>
<updated>2015-06-12T09:02:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-06-12T09:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=40f18248f6a937d84168c50958b93126766953c8'/>
<id>40f18248f6a937d84168c50958b93126766953c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subdomains: Inherit cleanup period and tokengroup settings from parent domain</title>
<updated>2015-06-08T11:00:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-04-28T11:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=602eb710c62c192060debad3062f13677ec3b105'/>
<id>602eb710c62c192060debad3062f13677ec3b105</id>
<content type='text'>
Allows the administrator to extend the functionality of
ldap_purge_cache_timeout, ldap_user_principal and ldap_use_tokengroups to
the subdomains.

This is a less intrusive way of achieving:
    https://fedorahosted.org/sssd/ticket/2627

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 9b162bf39ef75629f54ffa1d0bd5f9c13119b650)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows the administrator to extend the functionality of
ldap_purge_cache_timeout, ldap_user_principal and ldap_use_tokengroups to
the subdomains.

This is a less intrusive way of achieving:
    https://fedorahosted.org/sssd/ticket/2627

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 9b162bf39ef75629f54ffa1d0bd5f9c13119b650)
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Inherit ignore_group_members</title>
<updated>2015-06-08T10:55:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-04-28T15:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=27d8524cf635d61d93c71539709a30e1205dcaf1'/>
<id>27d8524cf635d61d93c71539709a30e1205dcaf1</id>
<content type='text'>
Resolves:
    https://fedorahosted.org/sssd/ticket/2644

Allows the administrators to extend ignore_group_members to subdomains
as well by setting:
    subdomain_inherit = ignore_group_members
in the domain section.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 01c049ceef55c7bbfca1e47cecb2a0a2cf0a5d44)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
    https://fedorahosted.org/sssd/ticket/2644

Allows the administrators to extend ignore_group_members to subdomains
as well by setting:
    subdomain_inherit = ignore_group_members
in the domain section.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 01c049ceef55c7bbfca1e47cecb2a0a2cf0a5d44)
</pre>
</div>
</content>
</entry>
<entry>
<title>SDAP: Add sdap_copy_map_entry</title>
<updated>2015-06-08T10:55:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-05-22T16:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=155e6c7223b732bfcb2984aa79462f60c092bba8'/>
<id>155e6c7223b732bfcb2984aa79462f60c092bba8</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 12089241f6a6eabf4f0c95669e5fc2bb3b503c06)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 12089241f6a6eabf4f0c95669e5fc2bb3b503c06)
</pre>
</div>
</content>
</entry>
<entry>
<title>DP: Add a function to inherit DP options, if set</title>
<updated>2015-06-08T10:55:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-05-06T06:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=37a84884634e6e969c3617dac7fa1e463f42177b'/>
<id>37a84884634e6e969c3617dac7fa1e463f42177b</id>
<content type='text'>
Related to:
    https://fedorahosted.org/sssd/ticket/2644

Adds a utility function that checks if a DP option is present in
the subdomain_inherit list. If it is, then the option is set from source
to destination dp_option array.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit b3d110fbc424a03674a6e50e489a7cbab9702f0b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to:
    https://fedorahosted.org/sssd/ticket/2644

Adds a utility function that checks if a DP option is present in
the subdomain_inherit list. If it is, then the option is set from source
to destination dp_option array.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit b3d110fbc424a03674a6e50e489a7cbab9702f0b)
</pre>
</div>
</content>
</entry>
<entry>
<title>confdb: Add new option subdomain_inherit</title>
<updated>2015-06-08T10:55:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-04-29T17:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=da2d33f81746a9bf8abd97becaf17005e4f89d2c'/>
<id>da2d33f81746a9bf8abd97becaf17005e4f89d2c</id>
<content type='text'>
Adds a new option subdomain_inherit that would allow administrators to pick
and choose which option to pass to subdomains.

This option is required for:
    https://fedorahosted.org/sssd/ticket/2644
as a short-term fix.

The proper solution is described in:
    https://fedorahosted.org/sssd/ticket/2599

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 1711cbfd2e36d44af1ae50e3a2beeec3a1f0b5e8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new option subdomain_inherit that would allow administrators to pick
and choose which option to pass to subdomains.

This option is required for:
    https://fedorahosted.org/sssd/ticket/2644
as a short-term fix.

The proper solution is described in:
    https://fedorahosted.org/sssd/ticket/2599

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
(cherry picked from commit 1711cbfd2e36d44af1ae50e3a2beeec3a1f0b5e8)
</pre>
</div>
</content>
</entry>
<entry>
<title>ldap: use proper sysdb name in groups_by_user_done()</title>
<updated>2015-06-01T13:50:17+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-05-29T14:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=edc1538566e7034eea9b8d592206fbc236233dff'/>
<id>edc1538566e7034eea9b8d592206fbc236233dff</id>
<content type='text'>
In a recent change set_initgroups_expire_attribute() was added to
groups_by_user_done() to make sure that the initgroups timeout is only
added to the user object until all groups added to the cache.

This change (and the original code in groups_by_user_done() as well)
didn't took sub-domain users into account where the name in sysdb might
different form the original request and the domain is not the configured
domain. This patch tries to ensure that the right name and domain are
used.

https://fedorahosted.org/sssd/ticket/2663

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
(cherry picked from commit d0b7e5fcfca7d0db9e3d19be7b51f34d03d3d720)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a recent change set_initgroups_expire_attribute() was added to
groups_by_user_done() to make sure that the initgroups timeout is only
added to the user object until all groups added to the cache.

This change (and the original code in groups_by_user_done() as well)
didn't took sub-domain users into account where the name in sysdb might
different form the original request and the domain is not the configured
domain. This patch tries to ensure that the right name and domain are
used.

https://fedorahosted.org/sssd/ticket/2663

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
(cherry picked from commit d0b7e5fcfca7d0db9e3d19be7b51f34d03d3d720)
</pre>
</div>
</content>
</entry>
</feed>
