1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r4320: fix locations of new trusting domains and domsin controller

computer accounts

metze
This commit is contained in:
Stefan Metzmacher 2004-12-21 11:49:36 +00:00 committed by Gerald (Jerry) Carter
parent 7c09a3ea58
commit f75c2004a0

View File

@ -619,7 +619,7 @@ static NTSTATUS samr_CreateUser2(struct dcesrv_call_state *dce_call, TALLOC_CTX
return NT_STATUS_INTERNAL_DB_CORRUPTION;
}
container = "DomainControllers";
container = "Domain Controllers";
additional_class = "computer";
} else if (r->in.acct_flags == ACB_DOMTRUST) {
@ -631,7 +631,7 @@ static NTSTATUS samr_CreateUser2(struct dcesrv_call_state *dce_call, TALLOC_CTX
return NT_STATUS_INTERNAL_DB_CORRUPTION;
}
container = "ForeignDomains"; /* FIXME: Is this correct?*/
container = "Users";
additional_class = "computer";
} else {