From 452fcdccdccb4340f20c85dd9d4f45ee2b02bf37 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 20 Jun 2011 19:35:50 -0400 Subject: ipa-kdb: implement change_pwd function --- daemons/ipa-kdb/ipa_kdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons/ipa-kdb/ipa_kdb.c') diff --git a/daemons/ipa-kdb/ipa_kdb.c b/daemons/ipa-kdb/ipa_kdb.c index d38ce048d..880a7890b 100644 --- a/daemons/ipa-kdb/ipa_kdb.c +++ b/daemons/ipa-kdb/ipa_kdb.c @@ -441,7 +441,7 @@ kdb_vftabl kdb_function_table = { NULL, /* fetch_master_key_list */ ipadb_store_master_key_list, /* store_master_key_list */ NULL, /* dbe_search_enctype */ - NULL, /* change_pwd */ + ipadb_change_pwd, /* change_pwd */ NULL, /* promote_db */ NULL, /* decrypt_key_data */ NULL, /* encrypt_key_data */ -- cgit