URL: https://github.com/SSSD/sssd/pull/811
Author: sumit-bose
Title: #811: winbind idmap plugin: update struct idmap_domain to latest version
Action: opened
PR body:
"""
While updating to interface version 6 we forgot to add the query_user
member.
Recent version of Samba added a new member dom_sid. Unfortunately the
interface version was not update for this change so we have to enable
the member based on the Samba version.
Related to https://pagure.io/SSSD/sssd/issue/4005
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/811/head:pr811
git checkout pr811
URL: https://github.com/SSSD/sssd/pull/803
Author: alexey-tikhonov
Title: #803: TESTS: ability to run unit tests under valgrind
Action: opened
PR body:
"""
Adds ability to run unit tests under valgrind with handy makefile
targets. Enabled with --enable-valgrind passed to ./configure script.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/803/head:pr803
git checkout pr803