mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
#!/usr/bin/python3
|
||
|
#
|
||
|
# Copyright (C) 2021 FreeIPA Contributors see COPYING for license
|
||
|
#
|
||
|
|
||
|
from ipaserver.install.ipa_subids import IPASubids
|
||
|
|
||
|
IPASubids.run_cli()
|