<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/'/>
<entry>
<title>intg: Fix RFC2307bis group member creation</title>
<updated>2015-10-09T07:03:19+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-30T11:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=c65de71bc38753320b9fd6f6fe1386244a2ff54a'/>
<id>c65de71bc38753320b9fd6f6fe1386244a2ff54a</id>
<content type='text'>
Fix creation of mixed user/group "member" attribute for RFC2307bis
group entries in ldap_ent.py.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix creation of mixed user/group "member" attribute for RFC2307bis
group entries in ldap_ent.py.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Reduce sssd.conf duplication in test_ldap.py</title>
<updated>2015-10-09T07:03:14+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=472800eda2ef4dfa3a738806d7adbc52be3fbe9c'/>
<id>472800eda2ef4dfa3a738806d7adbc52be3fbe9c</id>
<content type='text'>
Use a function to generate basic sssd.conf in test_ldap.py to reduce
code duplication.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a function to generate basic sssd.conf in test_ldap.py to reduce
code duplication.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Split LDAP test fixtures for flexibility</title>
<updated>2015-10-09T07:03:10+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=19c2d951059498703c28aea2ce2d9c3db71a8820'/>
<id>19c2d951059498703c28aea2ce2d9c3db71a8820</id>
<content type='text'>
Split ldap_test.py fixtures into several functions to allow for partial
fixtures and direct use within tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split ldap_test.py fixtures into several functions to allow for partial
fixtures and direct use within tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Add support for specifying all user attrs</title>
<updated>2015-10-09T07:03:07+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-28T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=c423ad75a56b199083463a2714c8fbfd6e8edcc8'/>
<id>c423ad75a56b199083463a2714c8fbfd6e8edcc8</id>
<content type='text'>
Support passing all user attributes to ldap_ent.py's user-creation
functions, in integration tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support passing all user attributes to ldap_ent.py's user-creation
functions, in integration tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Get base DN from LDAP connection object</title>
<updated>2015-10-09T07:03:03+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=a190e39ea4f2c084091be1cd37a3c6e3b603540e'/>
<id>a190e39ea4f2c084091be1cd37a3c6e3b603540e</id>
<content type='text'>
Don't use the global LDAP_BASE_DN in integration tests and fixtures, but
instead take it from the LDAP connection object (ldap_conn) passed to
them explicitly. This makes the tests and fixtures a bit more modular.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the global LDAP_BASE_DN in integration tests and fixtures, but
instead take it from the LDAP connection object (ldap_conn) passed to
them explicitly. This makes the tests and fixtures a bit more modular.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fix compilation warning</title>
<updated>2015-10-09T05:55:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-10-08T18:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=6c2e507bd1571f9c7e26c5c9d60753b29fb75578'/>
<id>6c2e507bd1571f9c7e26c5c9d60753b29fb75578</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: steal msgs string to objs</title>
<updated>2015-10-08T18:57:49+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-07T11:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=3119225929463aecfbb1a7fc953263736955271e'/>
<id>3119225929463aecfbb1a7fc953263736955271e</id>
<content type='text'>
Since msgs is attached to tmp_ctx then all the strings are freed
with tmp_ctx. Now steal the strings to objs.

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

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since msgs is attached to tmp_ctx then all the strings are freed
with tmp_ctx. Now steal the strings to objs.

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

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: explicitly set ret = EOK</title>
<updated>2015-10-08T18:57:46+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-07T10:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=220a4cbb7fcf30d954b2b4fecd62887373aa8764'/>
<id>220a4cbb7fcf30d954b2b4fecd62887373aa8764</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: fix comment describing format</title>
<updated>2015-10-08T18:57:38+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-07T09:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=1bf0ada00f59c153fe00853394508021d0ff9b24'/>
<id>1bf0ada00f59c153fe00853394508021d0ff9b24</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: fix typos</title>
<updated>2015-10-08T18:52:06+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-07T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/lslebodn/public_git/sssd.git/commit/?id=f106125bbd8f038a93d3fabe36899391c215f937'/>
<id>f106125bbd8f038a93d3fabe36899391c215f937</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
