1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:kdc Initialise new hdb function pointers.

Soon we will add implementations for these.
This commit is contained in:
Andrew Bartlett 2009-07-07 12:34:55 +10:00
parent e25325539a
commit c901f57ce3

View 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;
}