summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/ipa_kdb.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-06-20 19:35:50 -0400
committerSimo Sorce <ssorce@redhat.com>2011-08-26 08:24:49 -0400
commit452fcdccdccb4340f20c85dd9d4f45ee2b02bf37 (patch)
tree65e61bd20f90aad8b56ffe92b8083c3091a4703a /daemons/ipa-kdb/ipa_kdb.c
parent49c25dbdf5b51a6cc157135a0d2f89c7eb408dd9 (diff)
downloadfreeipa-452fcdccdccb4340f20c85dd9d4f45ee2b02bf37.tar.gz
freeipa-452fcdccdccb4340f20c85dd9d4f45ee2b02bf37.tar.xz
freeipa-452fcdccdccb4340f20c85dd9d4f45ee2b02bf37.zip
ipa-kdb: implement change_pwd function
Diffstat (limited to 'daemons/ipa-kdb/ipa_kdb.c')
-rw-r--r--daemons/ipa-kdb/ipa_kdb.c2
1 files changed, 1 insertions, 1 deletions
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 */