9 lines
155 B
Python
9 lines
155 B
Python
#!/usr/bin/python3
|
|
#
|
|
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license
|
|
#
|
|
|
|
from ipaserver.secrets.handlers.dmldap import main
|
|
|
|
main()
|