summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/ldap
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-07-12 18:53:54 +0000
committerGreg Hudson <ghudson@mit.edu>2010-07-12 18:53:54 +0000
commit0d34b37b7abcdd2eba13d45df5feadf135e4602a (patch)
tree0e44182c2e56fbf7a90a120af089765df3f9e747 /src/plugins/kdb/ldap
parent62880787886fadd5dfb8f350779369795319fa21 (diff)
downloadkrb5-0d34b37b7abcdd2eba13d45df5feadf135e4602a.tar.gz
krb5-0d34b37b7abcdd2eba13d45df5feadf135e4602a.tar.xz
krb5-0d34b37b7abcdd2eba13d45df5feadf135e4602a.zip
Add check_transited_realms to the DAL table with a corresponding
libkdb5 API, replacing the CHECK_TRANSITED_REALMS method of db_invoke. ticket: 6749 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24183 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/ldap')
-rw-r--r--src/plugins/kdb/ldap/ldap_exp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/kdb/ldap/ldap_exp.c b/src/plugins/kdb/ldap/ldap_exp.c
index 9facefb90..3228aa06e 100644
--- a/src/plugins/kdb/ldap/ldap_exp.c
+++ b/src/plugins/kdb/ldap/ldap_exp.c
@@ -83,6 +83,7 @@ kdb_vftabl PLUGIN_SYMBOL_NAME(krb5_ldap, kdb_function_table) = {
/* decrypt_key_data */ NULL,
/* encrypt_key_data */ NULL,
/* sign_authdata */ NULL,
+ /* check_transited_realms */ NULL,
/* invoke */ krb5_ldap_invoke,
};