diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index fca0a9162c..c5ceb6cc69 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -2080,7 +2080,7 @@ NTSTATUS cm_connect_sam(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, char *machine_account = NULL; char *domain_name = NULL; - if (strequal(domain->name, get_global_sam_name())) { + if (sid_check_is_domain(&domain->sid)) { result = open_internal_samr_conn(mem_ctx, domain, cli, sam_handle); if (!NT_STATUS_IS_OK(result)) { return result; |