diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index ec5ff1ce841..4ee4a0ba3f0 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -60,8 +60,6 @@ struct smbldap_state { /* struct used by both pdb_ldap.c and pdb_nds.c */ -struct ipasam_privates; - struct ldapsam_privates { struct smbldap_state *smbldap_state; @@ -81,10 +79,6 @@ struct ldapsam_privates { /* Is this NDS ldap? */ int is_nds_ldap; - /* Is this IPA ldap? */ - int is_ipa_ldap; - struct ipasam_privates *ipasam_privates; - /* ldap server location parameter */ char *location;