From dfa944da247f71f4ccf8a18eee30459e6c25caa5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 20 Jul 2011 18:11:05 -0400 Subject: 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. --- ipaserver/install/krbinstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/install/krbinstance.py') diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py index 7f77fc1e..9956b9fb 100644 --- a/ipaserver/install/krbinstance.py +++ b/ipaserver/install/krbinstance.py @@ -71,7 +71,7 @@ def update_key_val_in_file(filename, key, val): class KpasswdInstance(service.SimpleServiceInstance): def __init__(self): - service.SimpleServiceInstance.__init__(self, "ipa_kpasswd") + service.SimpleServiceInstance.__init__(self, "kadmin") class KrbInstance(service.Service): def __init__(self, fstore=None): -- cgit