]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3221: Remove check for allow-trusted-domains so that this thing does not throw-up.
authorJohn Terpstra <jht@samba.org>
Mon, 25 Oct 2004 19:41:16 +0000 (19:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:02 +0000 (10:53 -0500)
source/sam/idmap_rid.c

index dd5fd59ae91be7c8a4d6a7d17b443787ffe63832..16784da12e5a0e3f9765dca541a33bb6b8cbbf86 100644 (file)
@@ -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"));