mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
r26260: Store loadparm context in gensec context.
(This used to be commit b9e3a4862e
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
ab5bbd2602
commit
ecea5ce245
@ -143,6 +143,7 @@ static NTSTATUS ldapsrv_BindSASL(struct ldapsrv_call *call)
|
||||
|
||||
status = gensec_server_start(conn,
|
||||
conn->connection->event.ctx,
|
||||
global_loadparm,
|
||||
conn->connection->msg_ctx,
|
||||
&conn->gensec);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
Reference in New Issue
Block a user