svn commit: samba r13465 - in trunk/source/rpc_server: .

vlendec at samba.org vlendec at samba.org
Sun Feb 12 09:55:29 GMT 2006


Author: vlendec
Date: 2006-02-12 09:55:28 +0000 (Sun, 12 Feb 2006)
New Revision: 13465

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

Log:
Remove a bogus comment
Modified:
   trunk/source/rpc_server/srv_samr_nt.c


Changeset:
Modified: trunk/source/rpc_server/srv_samr_nt.c
===================================================================
--- trunk/source/rpc_server/srv_samr_nt.c	2006-02-11 23:28:16 UTC (rev 13464)
+++ trunk/source/rpc_server/srv_samr_nt.c	2006-02-12 09:55:28 UTC (rev 13465)
@@ -2459,17 +2459,6 @@
 		return nt_status;
 	}
 
-	/*********************************************************************
-	 * HEADS UP!  If we have to create a new user account, we have to get
-	 * a new RID from somewhere.  This used to be done by the passdb
-	 * backend. It has been moved into idmap now.  Since idmap is now
-	 * wrapped up behind winbind, this means you have to run winbindd if
-	 * you want new accounts to get a new RID when "enable rid algorithm =
-	 * no".  Tough.  We now have a uniform way of allocating RIDs
-	 * regardless of what ever passdb backend people may use.  --jerry
-	 * (2003-07-10)
-	 *********************************************************************/
-
 	pw = Get_Pwnam(account);
 
 	/* determine which user right we need to check based on the acb_info */



More information about the samba-cvs mailing list