diff options
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r-- | src/providers/ldap/ldap_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index f6b5c118..8f25e423 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -54,8 +54,7 @@ struct sdap_id_ctx { /* cleanup loop timer */ struct timeval last_purge; - char *max_user_timestamp; - char *max_group_timestamp; + struct sdap_server_opts *srv_opts; }; struct sdap_auth_ctx { |