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)) {

Reply via email to