summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-02 16:27:38 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-02 16:27:38 +0000
commita74b6dcc76794c1fe350d6906f156fdf5189e18b (patch)
tree1d38b5ee1c69323cdd8d938be5f3bbc54b898320 /source/lib
parent9266137fcb87b6e4b2cc45a55341ebaa69c594b7 (diff)
downloadsamba-a74b6dcc76794c1fe350d6906f156fdf5189e18b.tar.gz
samba-a74b6dcc76794c1fe350d6906f156fdf5189e18b.tar.xz
samba-a74b6dcc76794c1fe350d6906f156fdf5189e18b.zip
removed check on name of domain having to be right, etc etc.
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/sids.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/lib/sids.c b/source/lib/sids.c
index 8a289bcea76..9b11f4dea1a 100644
--- a/source/lib/sids.c
+++ b/source/lib/sids.c
@@ -259,14 +259,6 @@ BOOL get_domain_sids(DOM_SID *sid3, DOM_SID *sid5, char *servers)
sid_to_string(sid, sid5);
DEBUG(2,("Domain Controller - Domain: %s SID: %s\n", dom5, sid));
}
-
- if (!strequal(dom3, global_myworkgroup) ||
- !strequal(dom5, global_myworkgroup))
- {
- DEBUG(0,("get_member_domain_sid: %s is a DC for %s not %s\n",
- cli.desthost, dom5, global_myworkgroup));
- res = False;
- }
}
else
{