svn commit: samba r12050 - in trunk/source/passdb: .

vlendec at samba.org vlendec at samba.org
Sat Dec 3 18:32:31 GMT 2005


Author: vlendec
Date: 2005-12-03 18:32:29 +0000 (Sat, 03 Dec 2005)
New Revision: 12050

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12050

Log:
Hmmm. Jerry reminded me that we might actually need this. But doing it as an
alias feels just wrong. Awaiting further discussion :-)

Volker

Modified:
   trunk/source/passdb/passdb.c


Changeset:
Modified: trunk/source/passdb/passdb.c
===================================================================
--- trunk/source/passdb/passdb.c	2005-12-03 17:44:12 UTC (rev 12049)
+++ trunk/source/passdb/passdb.c	2005-12-03 18:32:29 UTC (rev 12050)
@@ -929,16 +929,6 @@
 		return True;
 	}
 
-	/* Do we need the stuff down from here? I don't think so, but this
-	 * needs better testing -- VL */
-
-#if 1
-	{	
-		unbecome_root();
-		return False;
-	}
-#endif
-
 	/* it's not a mapped group */
 	grp = getgrnam(user);
 	if(!grp) {



More information about the samba-cvs mailing list