summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-11-24 14:39:40 +0100
committerJan Zeleny <jzeleny@redhat.com>2011-11-25 10:08:35 +0100
commitf4093e062cf1646b8f01d7078e63708aeb36a95d (patch)
treeacd5916439aa1b9d2a678fa94ab20235ff5eadd9 /src/providers/ldap/ldap_common.h
parent3a62a99faf8e12965100d0b26fc9e07752bd3e2d (diff)
downloadsssd-f4093e062cf1646b8f01d7078e63708aeb36a95d.tar.gz
sssd-f4093e062cf1646b8f01d7078e63708aeb36a95d.tar.xz
sssd-f4093e062cf1646b8f01d7078e63708aeb36a95d.zip
Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA provider
This was causing a segfault during HBAC processing and any ID lookups except for netgroups
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 2c77846e9..e937cf2cd 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -71,6 +71,7 @@ struct sdap_auth_ctx {
void sdap_check_online(struct be_req *breq);
/* id */
void sdap_account_info_handler(struct be_req *breq);
+void sdap_handle_account_info(struct be_req *breq, struct sdap_id_ctx *ctx);
int sdap_id_setup_tasks(struct sdap_id_ctx *ctx);
/* auth */