svn commit: samba r3233 - in trunk/source/sam: .

jht at samba.org jht at samba.org
Tue Oct 26 03:58:18 GMT 2004


Author: jht
Date: 2004-10-26 03:58:17 +0000 (Tue, 26 Oct 2004)
New Revision: 3233

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

Log:
Remove unnecessary comparison that causes the idmap_rid to fail on
startup.

Modified:
   trunk/source/sam/idmap_rid.c


Changeset:
Modified: trunk/source/sam/idmap_rid.c
===================================================================
--- trunk/source/sam/idmap_rid.c	2004-10-26 02:39:49 UTC (rev 3232)
+++ trunk/source/sam/idmap_rid.c	2004-10-26 03:58:17 UTC (rev 3233)
@@ -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