This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adamwill
Recipients adamwill, christian.heimes, eric.snow, gregory.p.smith, lukasz.langa, miss-islington, vstinner
Date 2019-10-07.19:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570476079.24.0.764543844725.issue37951@roundup.psfhosted.org>
In-reply-to
Content
It's this function:

https://github.com/freeipa/freeipa/blob/master/ipalib/install/kinit.py#L66

The function `run` is imported from `ipapython.ipautil`, it's defined here:

https://github.com/freeipa/freeipa/blob/master/ipapython/ipautil.py#L391

all of this is being run inside a WSGI.
History
Date User Action Args
2019-10-07 19:21:19adamwillsetrecipients: + adamwill, gregory.p.smith, vstinner, christian.heimes, lukasz.langa, eric.snow, miss-islington
2019-10-07 19:21:19adamwillsetmessageid: <1570476079.24.0.764543844725.issue37951@roundup.psfhosted.org>
2019-10-07 19:21:19adamwilllinkissue37951 messages
2019-10-07 19:21:19adamwillcreate