summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-09-28 16:46:08 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-09-28 16:46:08 -0400
commit50d12d6d2e680d32a5940afa0242c2c75df57d1f (patch)
tree01e693e4037a5d3dfcdfdf8b8831f37dbdaba57b /ipa-server/ipaserver
parent22710a8dce6700cfd3c991d9c0e5425fc7bdea5e (diff)
downloadfreeipa-50d12d6d2e680d32a5940afa0242c2c75df57d1f.tar.gz
freeipa-50d12d6d2e680d32a5940afa0242c2c75df57d1f.tar.xz
freeipa-50d12d6d2e680d32a5940afa0242c2c75df57d1f.zip
Misc small fixes
* Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install.
Diffstat (limited to 'ipa-server/ipaserver')
-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 1f070448..bb1f021a 100644
--- a/ipa-server/ipaserver/dsinstance.py
+++ b/ipa-server/ipaserver/dsinstance.py
@@ -156,7 +156,7 @@ class DsInstance:
def __enable_ssl(self):
logging.debug("configuring ssl for ds instance")
dirname = self.config_dirname()
- args = ["/usr/sbin/ipa-server-setupssl", self.dm_password,
+ args = ["/usr/share/ipa/ipa-server-setupssl", self.dm_password,
dirname, self.host_name]
run(args)
logging.debug("done configuring ssl for ds instance")