s4:kdc Initialise new hdb function pointers.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jul 2009 02:34:55 +0000 (12:34 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Jul 2009 01:31:37 +0000 (11:31 +1000)
Soon we will add implementations for these.

source4/kdc/hdb-samba4.c

index 84050edb7cc634df4f0d2545907c534472a5aedf..21e8c9a38e3069e1be27ee6b3b8701a93532b09f 100644 (file)
@@ -1468,6 +1468,9 @@ NTSTATUS kdc_hdb_samba4_create(TALLOC_CTX *mem_ctx,
        (*db)->hdb__del = NULL;
        (*db)->hdb_destroy = LDB_destroy;
 
+       (*db)->hdb_auth_status = NULL;
+       (*db)->hdb_check_constrained_delegation = NULL;
+
        return NT_STATUS_OK;
 }