URL: https://github.com/SSSD/sssd/pull/999
Author: alexey-tikhonov
Title: #999: Mem-cache fixes/improvements
Action: opened
PR body:
"""
This is set of patches consisting of the following:
(1) fix of https://pagure.io/SSSD/sssd/issue/4160
(2) revival of @mzidek-gh's patch to make size of mem-caches configurable (#390)
(3 & 4) slight improvements of (2)
(5) additional debug&syslog message to signal user that cache is full and may require change of size
This is to address https://github.com/SSSD/sssd/pull/390#issuecomment-371428333 (at least to some extent)
I keep those patches separate to make review easier. But if PR will be accepted then it makes sense to squash (2, 3 & 4) into single patch before merging.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/999/head:pr999
git checkout pr999
URL: https://github.com/SSSD/sssd/pull/1015
Author: pbrezina
Title: #1015: proxy: allow proxy provider to start without having proxy_resolver_lib_name set
Action: opened
PR body:
"""
Proxy provider fails to start unless `proxy_resolver_lib_name` is set
since recent hosts resolver addition. This would impact all existing
proxy provider configurations.
This patch makes sure that proxy resolver is disabled if the option
is not set but other functions are not affected.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1015/head:pr1015
git checkout pr1015
URL: https://github.com/SSSD/sssd/pull/992
Author: lfrancke
Title: #992: This changes the default ldap_group_name attribute to sAMAccountName
Action: opened
PR body:
"""
This changes the default ldap_group_name attribute to sAMAccountName when the ad schema is used for the LDAP provider.
This is to make it consistent with the AD provider which was changed in adb148603344a42d6edffdda0786a10af715dacb.
"name" is an optional field for the group class.
See https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.… for a short discussion
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/992/head:pr992
git checkout pr992
URL: https://github.com/SSSD/sssd/pull/1009
Author: noelpower
Title: #1009: Use ndr_pull_steal_switch_value for modern samba versions
Action: opened
PR body:
"""
commit bc56b10aea999284458dcc293b54cf65288e325d attempted to
fix the build error resulting from removal of 'ndr_pull_get_switch'
However this just basically leaves the old code in place, the
reason for the change in the samba code was to address a possible
NDR crash from possible illegal large array allocations, please
see https://bugzilla.samba.org/show_bug.cgi?id=13876
This change uses the new replacement method
'ndr_pull_steal_switch_value' if available and otherwise puts
back the old method (which better describes what the code is doing)
Signed-off-by: Noel Power <noel.power(a)suse.com>
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1009/head:pr1009
git checkout pr1009
URL: https://github.com/SSSD/sssd/pull/1013
Author: thalman
Title: #1013: SYSDB: override_gid not working for subdomains
Action: opened
PR body:
"""
The override_gid is not propagated to subdomain. This patch
assigns subdomain's override_gid to the value comming from
parent domain.
Resolves:
https://pagure.io/SSSD/sssd/issue/4061
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1013/head:pr1013
git checkout pr1013
URL: https://github.com/SSSD/sssd/pull/1014
Author: sumit-bose
Title: #1014: sysdb: sanitize certmap rule name before using it in DN
Action: opened
PR body:
"""
The name of a certificate mapping and matching rule might contain
characters which are not allowed in RDNs an must be escaped before if can
be used in the DN of the cached certmap object.
Resolves: https://pagure.io/SSSD/sssd/issue/3721
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1014/head:pr1014
git checkout pr1014
URL: https://github.com/SSSD/sssd/pull/1006
Author: elkoniu
Title: #1006: LDAP: Netgroups refresh in background task
Action: opened
PR body:
"""
refresh_expired_interval config value spawns be_task
responsible for refreshing expired cache entries
in background.
Netgroup related entries are stored in persistent
cache rather than timestamp cache. After sdap_refresh_step()
has been replaced by generic be_refresh_step()
lookup routine was searching for entries only in
timestamp cache. This result in LDAP netgroup entries
not refreshing in background.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1779486
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1006/head:pr1006
git checkout pr1006
SSSD repository is currently spread over multiple places. We use Pagure
[1][2] to manage upstream issues and documentation and Github [3] as our
main development platform.
We chose to move only to a single platform to reduce number of tools we
use and to have everything at one place. We decided to move from Pagure
to Github.
This is only a heads up. Precise date will be set soon and I will notify
you on sssd-users and sssd-devel mailing lists.
There are several steps that needs to be done in order to achieve this
change but the most significant for our users and contributors is: We
will no longer accept new issues and pull request in Pagure and we will
kindly ask you to use Github instead.
Thank you.
Best regards,
Pavel.
[1] https://pagure.io/SSSD/sssd
[2] https://pagure.io/SSSD/docs
[3] https://github.com/SSSD/sssd