smbldap: pdb_ipa is gone
authorVolker Lendecke <vl@samba.org>
Mon, 17 Apr 2017 15:04:07 +0000 (17:04 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 18 Apr 2017 16:54:13 +0000 (18:54 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/include/smbldap.h

index ec5ff1ce8415623617b52a0e549785e6f3425075..4ee4a0ba3f0738383261f5ced8af8e84bea20945 100644 (file)
@@ -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;