mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r23680: Make it easier to setup a domain member server - the 'server role'
will now control the auth methods, but an override is still available, ex: auth methods:domain controller = <methods> Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
645a8862a3
commit
b7e727186e
@@ -56,7 +56,7 @@ static int ejs_doauth(MprVarHandle eid,
|
||||
msg = messaging_client_init(tmp_ctx, ev);
|
||||
}
|
||||
|
||||
nt_status = auth_context_create(tmp_ctx, auth_types, ev, msg, &auth_context);
|
||||
nt_status = auth_context_create_methods(tmp_ctx, auth_types, ev, msg, &auth_context);
|
||||
if (!NT_STATUS_IS_OK(nt_status)) {
|
||||
mprSetPropertyValue(auth, "result", mprCreateBoolVar(False));
|
||||
mprSetPropertyValue(auth, "report", mprString("Auth System Failure"));
|
||||
|
||||
Reference in New Issue
Block a user