diff options
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r-- | src/providers/ldap/ldap_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 5b7298bc..2a0e9767 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -42,6 +42,9 @@ struct sdap_id_ctx { struct fo_service *fo_service; struct sdap_service *service; + /* what rootDSE returns */ + struct sysdb_attrs *rootDSE; + /* LDAP connection cache */ struct sdap_id_conn_cache *conn_cache; |