Re: [SSSD] [PATCH] dyndns: don't pass zone directive to nsupdate
by Pavel Reichl
On 06/03/2015 02:12 PM, Petr Spacek wrote:
> On 2.6.2015 17:59, Pavel Reichl wrote:
>> Hello,
>>
>> please see simple patch attached.
>>
>> Thanks.
> LGTM, I have seen the patch working on Pavel's VM :-)
>
Thank you Peter for your help with this patch, it's appreciated.
8 years, 6 months
[PATCH] TESTS: Add test for get_next_domain
by Jakub Hrozek
There is a strange construct in our sss_domain_info handling code:
while (dom && dom->disabled) {
dom = get_next_domain(dom, true);
}
I wasn't sure if this code was valid at all, so I wrote a test. Turns
out the code is semi-valid -- if the domain you pass in is disabled,
which is technically possible. It could be shortened to "if" instead of
"while", but meh.
At least we have one more test :-)
8 years, 6 months
[PATCH] Add Vagrant configuration for SSSD
by Stephen Gallagher
To set up a Vagrant development environment:
* Install the Vagrant packages for your development system
* On Fedora 22 and later: 'dnf install vagrant-libvirt'
* Deploy the Vagrant box:
* 'vagrant up'
* Build SSSD:
* vagrant ssh -c "cd /vagrant; reconfig; chmake"
Vagrant can keep your development tree in-sync with the Vagrant box
by running 'vagrant rsync-auto' in a shell (this will continue to
run, monitoring for changes and syncing them as they are saved).
Alternately, it can be manually synced with 'vagrant rsync' at will.
8 years, 6 months
[PATCH] ldap: use proper sysdb name in groups_by_user_done()
by Sumit Bose
Hi,
I came across this issue while testing one of Jakub's patches. You can
reproduce this e.g. with the AD provider when joined to a AD forest with
multiple domains. Now calling 'id -G' for a user from a sub-domain will
first not show all groups only after a second call of 'id -G'. In the
domain log object-not-found error messages can be found.
bye,
Sumit
8 years, 6 months
[PATCH] proxy: Do not crash if proxy_child returns error
by Lukas Slebodnik
ehlo,
attached patch fixes a crash if return code of proxy_child is not 0.
You can reproduce it with sssd in non-root mode or
you can replace proxy_child with bash script.
I'm not sure about the name of tevent_immediate callback
so feel free to propose better name.
LS
8 years, 6 months