diff options
Diffstat (limited to 'src/providers/ldap/sdap_async_private.h')
-rw-r--r-- | src/providers/ldap/sdap_async_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_private.h b/src/providers/ldap/sdap_async_private.h index 27b8e365..1e882f5e 100644 --- a/src/providers/ldap/sdap_async_private.h +++ b/src/providers/ldap/sdap_async_private.h @@ -57,6 +57,7 @@ struct sdap_get_initgr_state { struct sdap_search_base **user_search_bases; bool use_id_mapping; + bool sids_looked_up; }; bool is_dn(const char *str); |