summaryrefslogtreecommitdiff
path: root/source4/kdc/hdb-samba4.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/hdb-samba4.h')
-rw-r--r--source4/kdc/hdb-samba4.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/kdc/hdb-samba4.h b/source4/kdc/hdb-samba4.h
index 5f85ce188c..3fa63ee542 100644
--- a/source4/kdc/hdb-samba4.h
+++ b/source4/kdc/hdb-samba4.h
@@ -20,11 +20,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-struct hdb_samba4_context {
+struct samba_kdc_base_context {
struct tevent_context *ev_ctx;
struct loadparm_context *lp_ctx;
};
+struct samba_kdc_seq;
+
+struct samba_kdc_db_context {
+ struct tevent_context *ev_ctx;
+ struct loadparm_context *lp_ctx;
+ struct ldb_context *samdb;
+};
+
extern struct hdb_method hdb_samba4;
struct hdb_samba4_private {