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

tpot at samba.org tpot at samba.org
Mon Feb 27 02:14:27 GMT 2006


Author: tpot
Date: 2006-02-27 02:14:26 +0000 (Mon, 27 Feb 2006)
New Revision: 13705

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

Log:
Fix a typo (and janitor for myself).

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-02-27 02:03:53 UTC (rev 13704)
+++ branches/SAMBA_3_0/source/auth/auth_util.c	2006-02-27 02:14:26 UTC (rev 13705)
@@ -1527,7 +1527,7 @@
 	}
 	
 	/* if we still don't have a valid unix account check for 
-	  'map to gues = bad uid' */
+	  'map to guest = bad user' */
 	  
 	if (!NT_STATUS_IS_OK(nt_status)) {
 		TALLOC_FREE( sam_account );

Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c	2006-02-27 02:03:53 UTC (rev 13704)
+++ trunk/source/auth/auth_util.c	2006-02-27 02:14:26 UTC (rev 13705)
@@ -1527,7 +1527,7 @@
 	}
 	
 	/* if we still don't have a valid unix account check for 
-	  'map to gues = bad uid' */
+	  'map to guest = bad user' */
 	  
 	if (!NT_STATUS_IS_OK(nt_status)) {
 		TALLOC_FREE( sam_account );



More information about the samba-cvs mailing list