9 lines
163 B
Python
9 lines
163 B
Python
#!/usr/bin/python3
|
|
#
|
|
# Copyright (C) 2021 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from ipaserver.install.ipa_subids import IPASubids
|
|
|
|
IPASubids.run_cli()
|