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:
parent
e25325539a
commit
c901f57ce3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user