URL: https://github.com/SSSD/sssd/pull/722
Author: jhrozek
Title: #722: KCM: Deleting a non-existent ccache should not yield an error
Action: opened
PR body:
"""
Resolves: https://pagure.io/SSSD/sssd/issue/3910
When the KCM destroy operation is called, it receives a name as an input.
If the name cannot be found, we would currently return KRB5_CC_NOTFOUND.
But other ccache types return KRB5_FCC_NOFILE in that case and e.g.
utilities like kdestroy special case KRB5_FCC_NOFILE to be non-fatal.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/722/head:pr722
git checkout pr722
URL: https://github.com/SSSD/sssd/pull/715
Author: AdamWill
Title: #715: Use 120 second default timeout for dbus (#1654537)
Action: opened
PR body:
"""
As discussed in #1654537, first login to a system as a FreeIPA
domain user now usually causes an expensive SELinux operation
to happen; this can take longer than the default dbus message
timeout of 25 seconds. To deal with this for now, let's use a
120 second default timeout; this is a big hammer, but unless we
can refactor things to use a longer timeout just for that one
call, or make the actual operation take less time, there's not
much else we can do.
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1654537
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/715/head:pr715
git checkout pr715
URL: https://github.com/SSSD/sssd/pull/719
Author: thalman
Title: #719: ifp: extraAttributes is UnknownProperty
Action: opened
PR body:
"""
Attempting to get extraAttributes via SSSD's ifp fails.
Here I uncomment interface function for extraAttributes.
also right for querying this interface is changed to allow
this request.
Resolves:
https://pagure.io/SSSD/sssd/issue/3906
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/719/head:pr719
git checkout pr719