<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests, branch rhel7.0</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>tests: Remove tests that check creating public directories</title>
<updated>2014-05-21T13:35:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-01-07T09:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=567093719cba804366d49b8e27562bad192c6f71'/>
<id>567093719cba804366d49b8e27562bad192c6f71</id>
<content type='text'>
The functionality was removed, but we forgot to remove the corresponding
tests, mostly because these tests were only ever ran as root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functionality was removed, but we forgot to remove the corresponding
tests, mostly because these tests were only ever ran as root.
</pre>
</div>
</content>
</entry>
<entry>
<title>DP: Provide separate dp_copy_defaults function</title>
<updated>2014-02-26T14:34:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-02-24T14:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cb5090d6da0e0b378b095b151af70fa21cd62e9e'/>
<id>cb5090d6da0e0b378b095b151af70fa21cd62e9e</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2257

Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
(cherry picked from commit 90afedb00608547ae1f32aa7aafd552c4b306909)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2257

Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
(cherry picked from commit 90afedb00608547ae1f32aa7aafd552c4b306909)
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: refactor idmap code and add test</title>
<updated>2014-02-26T14:34:43+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2014-02-07T14:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5ec1d31f32583761c05691c951576b6213037393'/>
<id>5ec1d31f32583761c05691c951576b6213037393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IDMAP: add sss_idmap_check_collision(_ex)</title>
<updated>2014-02-26T14:34:43+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2014-02-03T12:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4206e5dbe37277a4002010e85438fe376b5b1812'/>
<id>4206e5dbe37277a4002010e85438fe376b5b1812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DB: Add sss_ldb_el_to_string_list</title>
<updated>2014-01-29T13:59:02+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-01-28T13:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=329165182d0decee35f3837c1d2ad899f99e9950'/>
<id>329165182d0decee35f3837c1d2ad899f99e9950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lower-case name for case-insensitive searches</title>
<updated>2013-12-19T19:26:07+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-12-13T10:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b0af402f8201d28922892b18792474f4ec546f36'/>
<id>b0af402f8201d28922892b18792474f4ec546f36</id>
<content type='text'>
The patch makes sure that a completely lower-cased version of a fully
qualified name is used for case insensitive searches. Currently there
are code paths where the domain name was used as configured and was not
lower-cased.

To make sure this patch does not break with old entries in the cache or
case sensitive domains a third template was added to the related filters
templates which is either filled with a completely lower-cased version or
with the old version. The other two template values are unchanged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch makes sure that a completely lower-cased version of a fully
qualified name is used for case insensitive searches. Currently there
are code paths where the domain name was used as configured and was not
lower-cased.

To make sure this patch does not break with old entries in the cache or
case sensitive domains a third template was added to the related filters
templates which is either filled with a completely lower-cased version or
with the old version. The other two template values are unchanged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_attrs_add_lc_name_alias</title>
<updated>2013-12-19T19:25:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-11-28T10:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b1f74ee745aa84f53fe330d55fafb9810012f875'/>
<id>b1f74ee745aa84f53fe330d55fafb9810012f875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Enable fallback to LDAP of trusted domain</title>
<updated>2013-12-19T19:14:45+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-12-13T19:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=dfebe8a952561e51fe1d603886ba4e979b29d889'/>
<id>dfebe8a952561e51fe1d603886ba4e979b29d889</id>
<content type='text'>
Since we have the LDAP port of a trusted AD GC always available now, we
can always perform a fallback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we have the LDAP port of a trusted AD GC always available now, we
can always perform a fallback.
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add a new option to turn off GC lookups</title>
<updated>2013-12-19T19:14:37+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-11-29T10:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=168396cd93b3f0e42b4842f520f2bcece91274c6'/>
<id>168396cd93b3f0e42b4842f520f2bcece91274c6</id>
<content type='text'>
SSSD now defaults to using GC by default. For some environments, for
instance those that don't or can't replicate the POSIX attributes to
Global Catalog, this might not be desirable.

This patch introduces a new option ad_enable_gc, that is enabled by
default. Setting this option to false makes the SSSD contact only the
LDAP port of AD DCs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SSSD now defaults to using GC by default. For some environments, for
instance those that don't or can't replicate the POSIX attributes to
Global Catalog, this might not be desirable.

This patch introduces a new option ad_enable_gc, that is enabled by
default. Setting this option to false makes the SSSD contact only the
LDAP port of AD DCs.
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add a utility function to create list of connections</title>
<updated>2013-12-19T19:14:32+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-12-03T19:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1dced7370e55be16154bbb649606f928765819d0'/>
<id>1dced7370e55be16154bbb649606f928765819d0</id>
<content type='text'>
ad_id.c and ad_access.c used the same block of code. With the upcoming
option to disable GC lookups, we should unify the code in a function to
avoid breaking one of the code paths.

The same applies for the LDAP connection to the trusted AD DC.

Includes a unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ad_id.c and ad_access.c used the same block of code. With the upcoming
option to disable GC lookups, we should unify the code in a function to
avoid breaking one of the code paths.

The same applies for the LDAP connection to the trusted AD DC.

Includes a unit test.
</pre>
</div>
</content>
</entry>
</feed>
