freeipa/install/oddjob/org.freeipa.server.trust-enable-agent.in
2021-10-03 12:58:58 +02:00

9 lines
195 B
Python

#!/usr/bin/python3
#
# Copyright (C) 2020 FreeIPA Contributors see COPYING for license
#
from ipaserver.install.ipa_trust_enable_agent import IPATrustEnableAgent
IPATrustEnableAgent.run_cli()