summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-07-20 18:11:05 -0400
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:13 -0500
commit3a39f74c7695fbc7e110e3cc9c8a943298231708 (patch)
tree2cd7e2d55a898beb4d9f9e2d306019227b0f64ca /init
parente0b92e4805b03947712cf0ad632e6d030b51328d (diff)
downloadfreeipa.git-3a39f74c7695fbc7e110e3cc9c8a943298231708.tar.gz
freeipa.git-3a39f74c7695fbc7e110e3cc9c8a943298231708.tar.xz
freeipa.git-3a39f74c7695fbc7e110e3cc9c8a943298231708.zip
daemons: Remove ipa_kpasswd
Now that we have our own database we can properly enforce stricter constraints on how the db can be changed. Stop shipping our own kpasswd daemon and instead use the regular kadmin daemon.
Diffstat (limited to 'init')
-rw-r--r--init/systemd/ipa_kpasswd.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/init/systemd/ipa_kpasswd.service b/init/systemd/ipa_kpasswd.service
deleted file mode 100644
index 17aa4633..00000000
--- a/init/systemd/ipa_kpasswd.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=IPA Kerberos password service
-Requires=krb5kdc.service
-Wants=krb5kdc.service
-
-[Service]
-Type=forking
-PIDFile=/var/run/ipa_kpasswd.pid
-ExecStart=/usr/sbin/ipa_kpasswd
-