From cc3b67fa1feba8d8d177a2b3d8a13dadeb1b1990 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 3 Sep 2010 09:39:45 +0200 Subject: s3-ipasam: add IPA specific attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/smbldap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index 90df78e7ac..14fe76faa3 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -176,6 +176,8 @@ 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; @@ -197,6 +199,7 @@ struct ldapsam_privates { /* Is this IPA ldap? */ int is_ipa_ldap; + struct ipasam_privates *ipasam_privates; /* ldap server location parameter */ char *location; -- cgit