freeipa/install/tools/ipa-custodia
2021-07-25 07:32:41 +02:00

7 lines
173 B
Python
Executable File

#!/usr/bin/python2
# Copyright (C) 2017 IPA Project Contributors, see COPYING for license
from ipaserver.secrets.service import main
if __name__ == '__main__':
main()