diff options
author | Sumit Bose <sbose@redhat.com> | 2010-09-03 09:39:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-16 11:44:06 +0100 |
commit | cc3b67fa1feba8d8d177a2b3d8a13dadeb1b1990 (patch) | |
tree | 8683270db8c5cf4de49666ef82e4264847893ba8 /source3/include | |
parent | 33655d28b00d8d92a34b5f613ce814828c731599 (diff) | |
download | samba-cc3b67fa1feba8d8d177a2b3d8a13dadeb1b1990.tar.gz samba-cc3b67fa1feba8d8d177a2b3d8a13dadeb1b1990.tar.bz2 samba-cc3b67fa1feba8d8d177a2b3d8a13dadeb1b1990.zip |
s3-ipasam: add IPA specific attributes
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |