summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-25 17:49:49 +0000
committerGerald Carter <jerry@samba.org>2005-02-25 17:49:49 +0000
commit559c389c3fd56ba63f61fe91d14fc657dddbfafe (patch)
tree026fc3ec2536c86a71fc116d139242159623fc56 /source
parente1af7ec594dc6696ff5ea2211cf416e004175785 (diff)
downloadsamba-559c389c3fd56ba63f61fe91d14fc657dddbfafe.tar.gz
r5564: getting ready for 3.0.12pre1; final sync from 3.0 and updated release notes; tarballs to follow
Diffstat (limited to 'source')
-rw-r--r--source/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index db05ac97f88..35f85f5e608 100644
--- a/source/auth/auth_sam.c
+++ b/source/auth/auth_sam.c
@@ -185,7 +185,7 @@ static NTSTATUS sam_account_ok(TALLOC_CTX *mem_ctx,
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)) {