diff options
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r-- | src/providers/ldap/ldap_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 1ee7378c..54cc7fe8 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 */ |