#7741 Smart card advise script uses hard-coded Python interpreter
Closed: fixed 5 years ago Opened 5 years ago 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

5 years ago

master:

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

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

5 years ago

ipa-4-7:

  • 64045c5 Replace hard-coded interpreter with sys.executable

Login to comment on this ticket.

Metadata