svn commit: samba r5563 - in trunk/source/auth: .

jerry at samba.org jerry at samba.org
Fri Feb 25 15:58:23 GMT 2005


Author: jerry
Date: 2005-02-25 15:58:23 +0000 (Fri, 25 Feb 2005)
New Revision: 5563

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

Log:
merge valid workstation change from 3.0
Modified:
   trunk/source/auth/auth_sam.c


Changeset:
Modified: trunk/source/auth/auth_sam.c
===================================================================
--- trunk/source/auth/auth_sam.c	2005-02-25 15:56:13 UTC (rev 5562)
+++ trunk/source/auth/auth_sam.c	2005-02-25 15:58:23 UTC (rev 5563)
@@ -185,7 +185,7 @@
 				invalid_ws = False;
 				break;
 			}
-			if (tok[0] == '@') {
+			if (tok[0] == '+') {
 				DEBUG(10,("sam_account_ok: checking for workstation %s in group: %s\n", 
 					machine_name, tok + 1));
 				if (user_in_group_list(machine_name, tok + 1, NULL, 0)) {



More information about the samba-cvs mailing list