mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Make ipa-kpasswd start immediately
This commit is contained in:
parent
3d5c8b326b
commit
59ada5daeb
@ -132,7 +132,7 @@ def main():
|
|||||||
run(["/sbin/chkconfig", "ipa-kpasswd", "on"])
|
run(["/sbin/chkconfig", "ipa-kpasswd", "on"])
|
||||||
|
|
||||||
# Start Kpasswd
|
# Start Kpasswd
|
||||||
# run(["/sbin/service", "ipa-kpasswd", "start"])
|
run(["/sbin/service", "ipa-kpasswd", "start"])
|
||||||
|
|
||||||
# Create the config file
|
# Create the config file
|
||||||
fd = open("/etc/ipa/ipa.conf", "w")
|
fd = open("/etc/ipa/ipa.conf", "w")
|
||||||
|
Loading…
Reference in New Issue
Block a user