1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Add gensec_settings structure. This wraps loadparm_context for now, but

should in the future only contain some settings required for gensec.
This commit is contained in:
Jelmer Vernooij
2008-11-02 02:05:48 +01:00
parent 9265cb02d0
commit b034c519f5
38 changed files with 185 additions and 114 deletions

View File

@ -142,7 +142,7 @@ static NTSTATUS ldapsrv_BindSASL(struct ldapsrv_call *call)
status = gensec_server_start(conn,
conn->connection->event.ctx,
conn->lp_ctx,
lp_gensec_settings(conn, conn->lp_ctx),
conn->connection->msg_ctx,
&conn->gensec);
if (!NT_STATUS_IS_OK(status)) {