1
0
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:
Andrew Bartlett
2007-07-03 08:05:55 +00:00
committed by Gerald (Jerry) Carter
parent 645a8862a3
commit b7e727186e
9 changed files with 39 additions and 16 deletions

View File

@@ -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"));