Discussion:
[Freeipa-devel] [freeipa PR#734][opened] kerberos session: use CA cert with full cert chain for obtaining cookie
pvoborni
2017-04-26 07:38:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/734
Author: pvoborni
Title: #734: kerberos session: use CA cert with full cert chain for obtaining cookie
Action: opened

PR body:
"""
Http request performed in finalize_kerberos_acquisition doesn't use
CA certificate/certificate store with full certificate chain of IPA server.
So it might happen that in case that IPA is installed with externally signed
CA certificate, the call can fail because of certificate validation
and e.g. prevent session acquisition.

If it will fail for sure is not known - the use case was not discovered,
but it is faster and safer to fix preemptively.

https://pagure.io/freeipa/issue/6876
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/734/head:pr734
git checkout pr734
MartinBasti
2017-05-02 11:40:36 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/734
Title: #734: kerberos session: use CA cert with full cert chain for obtaining cookie

Label: +ack
MartinBasti
2017-05-02 11:43:34 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/734
Title: #734: kerberos session: use CA cert with full cert chain for obtaining cookie

Label: +pushed
MartinBasti
2017-05-02 11:43:37 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/734
Title: #734: kerberos session: use CA cert with full cert chain for obtaining cookie

MartinBasti commented:
"""
master:

* c19196a0d3fc0a38c4c83cb8a7fde56e6bc310af kerberos session: use CA cert with full cert chain for obtaining cookie


ipa-4-5:

* 82679c11f1fc0701d753433d1f2d14c3ee0279af kerberos session: use CA cert with full cert chain for obtaining cookie


"""

See the full comment at https://github.com/freeipa/freeipa/pull/734#issuecomment-298612483
MartinBasti
2017-05-02 11:43:40 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/734
Author: pvoborni
Title: #734: kerberos session: use CA cert with full cert chain for obtaining cookie
Action: closed

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

Loading...