URL: https://github.com/SSSD/sssd/pull/5257
Author: pbrezina
Title: #5257: git-template: add tags to help with release notes automation
Action: opened
PR body:
"""
This commits add information on several tags that should be used
so we are able to generate release notes on each new release
automatically. This will make release notes more thorough and it
will also simplify the process a lot since it take lots of time
to do it manually.
Why I chose `:tag:` format>
1. Using @ notation creates user references in github so I wanted
to use something different.
2. Using a plain text like (Resolves) leads people to create their
own variations (Fixes, Resolves XYZ, ...) which adds additional
burden to maintainers. Using this format makes it less error
prone and easier to parse.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5257/head:pr5257
git checkout pr5257
URL: https://github.com/SSSD/sssd/pull/5303
Author: pbrezina
Title: #5303: tests: run TIER-0 multihost tests in PRCI
Action: opened
PR body:
"""
I currently expect failure on rhel-7 box since there are problems
with nss which prohibits me from creating a new vagrant box that
is required for these tests.
I had to revert "libdirsrv should be modified to be compatible with new DS"
as it does not provision the directory server correctly, this needs to be
fixed.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5303/head:pr5303
git checkout pr5303
URL: https://github.com/SSSD/sssd/pull/5341
Author: justin-stephenson
Title: #5341: KCM: Fix access after free on shutdown
Action: opened
PR body:
"""
Skip triggering the queue entry destructor on KCM shutdown to prevent a crash when multiple requests are queued.
Resolves: https://github.com/SSSD/sssd/issues/4733
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5341/head:pr5341
git checkout pr5341
URL: https://github.com/SSSD/sssd/pull/5331
Author: pbrezina
Title: #5331: autofs: if more then one entry is found store all of them
Action: opened
PR body:
"""
There can be more entries with same cn (automountKey) attribute value
that differs only in casing if different attribute is chosen as rdn.
SSSD then searches for (cn=name)when name folder is being mounted but
this returns both lowercase and uppercase entry and we only store one
(which may not be the desired one based on the order in the result)
and fail to mount one of the directories.
Resolves:
https://github.com/SSSD/sssd/issues/5330
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5331/head:pr5331
git checkout pr5331
URL: https://github.com/SSSD/sssd/pull/5262
Author: elkoniu
Title: #5262: Dn with spaces
Action: opened
PR body:
"""
This PR is push to upstream work of @thalman as he is on PTO now.
Those 2 commits fixes issue with white space in DN reported by one of clients.
Client already confirmed that this solves the issue for him. When @thalman will be back from PTO he will took over this.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5262/head:pr5262
git checkout pr5262
URL: https://github.com/SSSD/sssd/pull/5306
Author: tomofumi-yoshida
Title: #5306: sss_cache: sss_cache exits immediately if SSSD is not running.
Action: opened
PR body:
"""
When running sss_cache if /var is mounted as NFS,
the fcntl access time to /var/lib/sss/db/timestamps_implicit_files.ldb is accumulated
and the sss_ cache command took a long time to complete.
Not only executing sss_cache directly, but also sss_cache may be executed
by other commands (for example, useradd and groupadd in shadow utility).
In this case, I encountered this problem when running useradd.
It is hard for all callers of sss_cache to fix,
so fix sss_cache to exit immediately while SSSD is not running.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5306/head:pr5306
git checkout pr5306
URL: https://github.com/SSSD/sssd/pull/943
Author: elkoniu
Title: #943: files_ops: Fix cached password remove
Action: opened
PR body:
"""
When SSSD daemon will detect refresh of password (group) file
it will delete all cached users (groups) data.
With this change cached data will be deleted only for non
existing users (groups).
Resolves:
https://pagure.io/SSSD/sssd/issue/3591
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/943/head:pr943
git checkout pr943
URL: https://github.com/SSSD/sssd/pull/5272
Author: ikerexxe
Title: #5272: WIP! responder_utils: GetUserGroups() returns SYSDB_PRIMARY_GROUP_GIDNUM
Action: opened
PR body:
"""
This is work in progress!
There was a mismatch between the information provided by NSS and IFP
interfaces. nss_protocol_fill_initgr() returned
SYSDB_PRIMARY_GROUP_GIDNUM, but GetUserGroups() didn't. This commit
makes GetUserGroups() also return SYSDB_PRIMARY_GROUP_GIDNUM value.
Resolves:
https://github.com/SSSD/sssd/issues/4569
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5272/head:pr5272
git checkout pr5272