General fixes.

Do not start ipa_kpasswd by default yet
This commit is contained in:
Simo Sorce
2007-08-15 21:35:35 -04:00
parent 1e59adbe45
commit 82f24bb490
4 changed files with 4 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ def main():
run(["/sbin/chkconfig", "ipa-kpasswd", "on"])
# Start Kpasswd
run(["/sbin/service", "ipa-kpasswd", "start"])
# run(["/sbin/service", "ipa-kpasswd", "start"])
# Create the config file
fd = open("/etc/ipa/ipa.conf", "w")