<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, 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>LDAP: Only convert direct parents' ghost attribute to member</title>
<updated>2012-11-21T10:18:10+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-17T22:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f9111f464376338317e30da637353e2c25869ce8'/>
<id>f9111f464376338317e30da637353e2c25869ce8</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1612

This patch changes the handling of ghost attributes when saving the
actual user entry. Instead of always linking all groups that contained
the ghost attribute with the new user entry, the original member
attributes are now saved in the group object and the user entry is only
linked with its direct parents.

As the member attribute is compared against the originalDN of the user,
if either the originalDN or the originalMember attributes are missing,
the user object is linked with all the groups as a fallback.

The original member attributes are only saved if the LDAP schema
supports nesting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1612

This patch changes the handling of ghost attributes when saving the
actual user entry. Instead of always linking all groups that contained
the ghost attribute with the new user entry, the original member
attributes are now saved in the group object and the user entry is only
linked with its direct parents.

As the member attribute is compared against the originalDN of the user,
if either the originalDN or the originalMember attributes are missing,
the user object is linked with all the groups as a fallback.

The original member attributes are only saved if the LDAP schema
supports nesting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display more information on DB version crash</title>
<updated>2012-11-19T13:02:19+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-11-08T13:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6642637ef37258686c34f5b630d5fcba99bea3ee'/>
<id>6642637ef37258686c34f5b630d5fcba99bea3ee</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1589

Added check for determining, whether database version is higher or
lower than expected. To distinguish it from other errors it uses
following retun values (further used for appropriate error message):
EMEDIUMTYPE for lower version than expected
EUCLEAN for higher version than expected

When SSSD or one of it's tools fails on DB version mismatch, new error
message is showed suggesting how to proceed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1589

Added check for determining, whether database version is higher or
lower than expected. To distinguish it from other errors it uses
following retun values (further used for appropriate error message):
EMEDIUMTYPE for lower version than expected
EUCLEAN for higher version than expected

When SSSD or one of it's tools fails on DB version mismatch, new error
message is showed suggesting how to proceed.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Remove fastcache even if sssd is not running.</title>
<updated>2012-11-06T20:24:18+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-26T15:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5638b9f27d7952e87b522e1a9330316a94139b9c'/>
<id>5638b9f27d7952e87b522e1a9330316a94139b9c</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1584
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Multiple domains not handled properly</title>
<updated>2012-11-06T20:24:01+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-25T16:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d122ba82acbd800db4e1d09f94d15011cf4fee6f'/>
<id>d122ba82acbd800db4e1d09f94d15011cf4fee6f</id>
<content type='text'>
When working with multiple domains and no
matching objects for deletion were found in the first
domain, the other domains were not searched at all.

Also the ERROR message informing about object not found
(the one printed for each domain) was changed to
DEBUG message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When working with multiple domains and no
matching objects for deletion were found in the first
domain, the other domains were not searched at all.

Also the ERROR message informing about object not found
(the one printed for each domain) was changed to
DEBUG message.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_seed: Improved error message when the domain does not exist.</title>
<updated>2012-10-03T18:32:28+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-03T10:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=495571b649deec07e80a5b21e7081351dc623e7b'/>
<id>495571b649deec07e80a5b21e7081351dc623e7b</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1553
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_seed: Passwords longer then PASS_MAX not allowed.</title>
<updated>2012-10-03T18:25:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-02T13:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f0f2ac9ee5a0b83806899cc3636941acb87bbccf'/>
<id>f0f2ac9ee5a0b83806899cc3636941acb87bbccf</id>
<content type='text'>
sss_seed fails if password file specified with -p or
--password-file option contains password longer than
PASS_MAX.

Man pages inform about PASS_MAX limitation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sss_seed fails if password file specified with -p or
--password-file option contains password longer than
PASS_MAX.

Man pages inform about PASS_MAX limitation.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_seed: Make only first line of password file valid.</title>
<updated>2012-10-03T18:25:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-01T16:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2be3f0fb6f38042386975111a1e86e7b5850ac85'/>
<id>2be3f0fb6f38042386975111a1e86e7b5850ac85</id>
<content type='text'>
When file is used to specify a password in sss_seed, then only
first line of this file is used.
Also empty passwords are treated as errors.

https://fedorahosted.org/sssd/ticket/1548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When file is used to specify a password in sss_seed, then only
first line of this file is used.
Also empty passwords are treated as errors.

https://fedorahosted.org/sssd/ticket/1548
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_seed: Show error message when interactive input fails.</title>
<updated>2012-10-03T18:25:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-01T13:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=799f04e2ccd434ea51e5c7f59c5d83210c220c90'/>
<id>799f04e2ccd434ea51e5c7f59c5d83210c220c90</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1549
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_seed: Option --debug did not work in sss_seed tool.</title>
<updated>2012-10-03T18:25:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-02T11:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a004873f367b026fd033d4aa0bfa4225555c346e'/>
<id>a004873f367b026fd033d4aa0bfa4225555c346e</id>
<content type='text'>
debug_level was set before the parameters were parsed, so the
default debug_level value was always used. Also CHECK_ROOT
macro was used on bad place, so only root was able to
run sss_seed --help/-?.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
debug_level was set before the parameters were parsed, so the
default debug_level value was always used. Also CHECK_ROOT
macro was used on bad place, so only root was able to
run sss_seed --help/-?.
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Remove unnecessary domain parameter from several sysdb calls</title>
<updated>2012-09-24T16:23:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-21T21:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=95f5e7963a36b7b68859ce91ae4b232088bbaa09'/>
<id>95f5e7963a36b7b68859ce91ae4b232088bbaa09</id>
<content type='text'>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The domain can be read from the sysdb object. Removing the domain string
makes the API more self-contained.
</pre>
</div>
</content>
</entry>
</feed>
