summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-10-25 19:41:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:02 -0500
commit445f8c77cac32a7647d64b85829fbf19a8bfd7b5 (patch)
tree29561a9ea1f0be46f87846c2032251578ad6cb35
parent6ee497934b685d1585ccac4612c3be3eb8a8efdb (diff)
downloadsamba-445f8c77cac32a7647d64b85829fbf19a8bfd7b5.tar.gz
samba-445f8c77cac32a7647d64b85829fbf19a8bfd7b5.tar.xz
samba-445f8c77cac32a7647d64b85829fbf19a8bfd7b5.zip
r3221: Remove check for allow-trusted-domains so that this thing does not throw-up.
(This used to be commit 3d8e19468b8dda3bc84f0bc9174944c8275ed024)
-rw-r--r--source3/sam/idmap_rid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/idmap_rid.c b/source3/sam/idmap_rid.c
index dd5fd59ae91..16784da12e5 100644
--- a/source3/sam/idmap_rid.c
+++ b/source3/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"));