summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 1ee7378cb..54cc7fe81 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -24,6 +24,7 @@
#include "providers/dp_backend.h"
#include "providers/ldap/sdap.h"
+#include "providers/ldap/sdap_id_op.h"
#include "providers/fail_over.h"
#define PWD_POL_OPT_NONE "none"
@@ -47,6 +48,9 @@ struct sdap_id_ctx {
/* global sdap handler */
struct sdap_handle *gsh;
+ /* LDAP connection cache */
+ struct sdap_id_conn_cache *conn_cache;
+
/* enumeration loop timer */
struct timeval last_enum;
/* cleanup loop timer */