1
0
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:
Jelmer Vernooij
2007-12-03 17:41:50 +01:00
committed by Stefan Metzmacher
parent ab5bbd2602
commit ecea5ce245
31 changed files with 112 additions and 98 deletions

View File

@ -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)) {