From: John Terpstra Date: Mon, 25 Oct 2004 19:41:16 +0000 (+0000) Subject: r3221: Remove check for allow-trusted-domains so that this thing does not throw-up. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d8e19468b8dda3bc84f0bc9174944c8275ed024;p=thirdparty%2Fsamba.git r3221: Remove check for allow-trusted-domains so that this thing does not throw-up. --- diff --git a/source/sam/idmap_rid.c b/source/sam/idmap_rid.c index dd5fd59ae91..16784da12e5 100644 --- a/source/sam/idmap_rid.c +++ b/source/sam/idmap_rid.c @@ -58,7 +58,7 @@ static NTSTATUS rid_idmap_parse(const char *init_param, fstring tok; /* falling back to automatic mapping when there were no options given */ - if (!*init_param || !lp_allow_trusted_domains()) { + if (!*init_param) { DEBUG(3,("rid_idmap_parse: no domain list given or trusted domain-support deactivated, falling back to automatic mapping for own domain:\n"));