Discussion:
[Freeipa-devel] [freeipa PR#805][opened] Fix rare race condition with missing ccache file
simo5
2017-05-22 20:47:08 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/805
Author: simo5
Title: #805: Fix rare race condition with missing ccache file
Action: opened

PR body:
"""
In some circumstances the ccache file may disappear while
mod_auth_gssapi still has a valid cookie and the client is performing a
json server call.

This may lead to credentials getting sourced from the keytab.
Make sure we enforce what GSS NAME we want to resolve so HTTP creds are
never mistakenly sourced.

Ticket: #6972

Signed-off-by: Simo Sorce <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/805/head:pr805
git checkout pr805
abbra
2017-05-23 04:47:54 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/805
Title: #805: Fix rare race condition with missing ccache file

abbra commented:
"""
LGTM
"""

See the full comment at https://github.com/freeipa/freeipa/pull/805#issuecomment-303289438
abbra
2017-05-23 04:48:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/805
Title: #805: Fix rare race condition with missing ccache file

Label: +ack
MartinBasti
2017-05-23 08:37:34 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/805
Title: #805: Fix rare race condition with missing ccache file

Label: -ack
simo5
2017-05-23 12:31:43 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/805
Author: simo5
Title: #805: Fix rare race condition with missing ccache file
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/805/head:pr805
git checkout pr805

Loading...