summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/dsinstance.py
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmillan@mentalrootkit.com>2007-07-30 13:41:14 -0400
committerKarl MacMillan <kmacmillan@mentalrootkit.com>2007-07-30 13:41:14 -0400
commite811c87b1ca4612349c9bbe9741705e9638feb2c (patch)
treec116fbaa2c3a8c351d58dcda0fa0799ebc62426b /ipa-server/ipaserver/dsinstance.py
parentee1a0bb90fd9e132004a247f7cda9c80d43f49ec (diff)
downloadfreeipa.git-e811c87b1ca4612349c9bbe9741705e9638feb2c.tar.gz
freeipa.git-e811c87b1ca4612349c9bbe9741705e9638feb2c.tar.xz
freeipa.git-e811c87b1ca4612349c9bbe9741705e9638feb2c.zip
Update dsinstance.py to use setup-ds.pl instead of ds_newinst.pl.
Diffstat (limited to 'ipa-server/ipaserver/dsinstance.py')
-rw-r--r--ipa-server/ipaserver/dsinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipaserver/dsinstance.py b/ipa-server/ipaserver/dsinstance.py
index b16aa7c5..33514fef 100644
--- a/ipa-server/ipaserver/dsinstance.py
+++ b/ipa-server/ipaserver/dsinstance.py
@@ -137,7 +137,7 @@ class DsInstance:
logging.debug(inf_txt)
inf_fd = write_tmp_file(inf_txt)
logging.debug("writing inf template")
- args = ["/usr/bin/ds_newinst.pl", inf_fd.name]
+ args = ["/usr/sbin/setup-ds.pl", "--silent", "--logfile", "-", "-f", inf_fd.name, ]
logging.debug("calling ds_newinst.pl")
run(args)
logging.debug("completed creating ds instance")