mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 09:41:55 -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"])
|
||||
|
||||
# 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")
|
||||
|
Loading…
Reference in New Issue
Block a user