Discussion:
[Freeipa-devel] [freeipa PR#674][opened] Replace hard-coded kdcproxy path with WSGI script
tiran
2017-03-29 16:00:56 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/674
Author: tiran
Title: #674: Replace hard-coded kdcproxy path with WSGI script
Action: opened

PR body:
"""
mod_wsgi has no way to import a WSGI module by dotted module name. A new
kdcproxy.wsgi script is used to import kdcproxy from whatever Python
version mod_wsgi is compiled against. This will simplify moving FreeIPA
to Python 3 and solves an import problem on Debian.

Resolves: https://pagure.io/freeipa/issue/6834

Signed-off-by: Christian Heimes <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/674/head:pr674
git checkout pr674
MartinBasti
2017-04-12 08:53:22 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/674
Title: #674: Replace hard-coded kdcproxy path with WSGI script

Label: +ack
MartinBasti
2017-04-12 11:06:03 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/674
Title: #674: Replace hard-coded kdcproxy path with WSGI script

Label: +pushed
MartinBasti
2017-04-12 11:06:06 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/674
Title: #674: Replace hard-coded kdcproxy path with WSGI script

MartinBasti commented:
"""
master:

* 2cd6788c3f52a9b87f24b9b3e57d66a864397966 Replace hard-coded kdcproxy path with WSGI script


"""

See the full comment at https://github.com/freeipa/freeipa/pull/674#issuecomment-293544760
MartinBasti
2017-04-12 11:06:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/674
Author: tiran
Title: #674: Replace hard-coded kdcproxy path with WSGI script
Action: closed

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

Loading...