s3-passdb: Add minimal stub for IPA passdb backend
[nivanova/samba-autobuild/.git] / source3 / include / smbldap.h
index ffe618d4f7ba1323375169b01266cad9790403a4..e651182e31adb6baaada010731f3fc907c42a8a4 100644 (file)
@@ -194,6 +194,9 @@ struct ldapsam_privates {
        /* Is this NDS ldap? */
        int is_nds_ldap;
 
+       /* Is this IPA ldap? */
+       int is_ipa_ldap;
+
        /* ldap server location parameter */
        char *location;