svn commit: samba r3221 - in branches/SAMBA_3_0/source/sam: .

jht at samba.org jht at samba.org
Mon Oct 25 19:41:16 GMT 2004


Author: jht
Date: 2004-10-25 19:41:16 +0000 (Mon, 25 Oct 2004)
New Revision: 3221

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/sam&rev=3221&nolog=1

Log:
Remove check for allow-trusted-domains so that this thing does not throw-up.
Modified:
   branches/SAMBA_3_0/source/sam/idmap_rid.c


Changeset:
Modified: branches/SAMBA_3_0/source/sam/idmap_rid.c
===================================================================
--- branches/SAMBA_3_0/source/sam/idmap_rid.c	2004-10-25 19:25:54 UTC (rev 3220)
+++ branches/SAMBA_3_0/source/sam/idmap_rid.c	2004-10-25 19:41:16 UTC (rev 3221)
@@ -58,7 +58,7 @@
 	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"));
 



More information about the samba-cvs mailing list