#7741 Smart card advise script uses hard-coded Python interpreter
Closed: fixed Opened by cheimes.

Issue

The advise code in ipaserver/advise/plugins/smart_card_auth.py hard-codes the Python interpreter as python3. However python3 may not exist on platforms that use a platform Python interpreter or Python interpreter installed in an alternative location. The code should use sys.executable instead.


Metadata Update from @cheimes:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/2485

master:

  • 4de97f496dd29d7d510759d7fc875ab720d5e90a Replace hard-coded interpreter with sys.executable

Metadata Update from @cheimes:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

ipa-4-7:

  • 64045c5dbaf24340dea5cf0bdb629c29f70a4a9d Replace hard-coded interpreter with sys.executable
Metadata