svn commit: samba r14578 - branches/SAMBA_3_0/source/auth trunk/source/auth

jerry at samba.org jerry at samba.org
Mon Mar 20 10:55:48 GMT 2006


Author: jerry
Date: 2006-03-20 10:55:48 +0000 (Mon, 20 Mar 2006)
New Revision: 14578

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

Log:
fix incorrect comment in fill_sam_account().  This function is called from multiple places now (krb5, winbindd auth and domain_client_validate()
Modified:
   branches/SAMBA_3_0/source/auth/auth_util.c
   trunk/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_util.c	2006-03-20 10:18:23 UTC (rev 14577)
+++ branches/SAMBA_3_0/source/auth/auth_util.c	2006-03-20 10:55:48 UTC (rev 14578)
@@ -1379,10 +1379,7 @@
 	fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), 
 		lower_username);
 
-	/* get the passwd struct but don't create the user if he/she 
-	   does not exist.  We were explicitly called from a following
-	   a winbindd authentication request so we should assume that 
-	   nss_winbindd is working */
+	/* Get the passwd struct.  Try to create the account is necessary. */
 
 	map_username( dom_user );
 

Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c	2006-03-20 10:18:23 UTC (rev 14577)
+++ trunk/source/auth/auth_util.c	2006-03-20 10:55:48 UTC (rev 14578)
@@ -1379,10 +1379,7 @@
 	fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), 
 		lower_username);
 
-	/* get the passwd struct but don't create the user if he/she 
-	   does not exist.  We were explicitly called from a following
-	   a winbindd authentication request so we should assume that 
-	   nss_winbindd is working */
+	/* Get the passwd struct.  Try to create the account is necessary. */
 
 	map_username( dom_user );
 



More information about the samba-cvs mailing list