mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Make ipa-kpasswd start immediately
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user