Displaying 2 results from an estimated 2 matches for "invalid_ws".
2004 Feb 06
0
Restrict logon to groups of workstations II
...station names and groups is ok.
Here is the patch:
*** auth_sam.c.old 2004-02-06 21:17:49.000000000 -0200
--- auth_sam.c 2004-02-06 21:57:00.000000000 -0200
***************
*** 399,419 ****
return NT_STATUS_NO_MEMORY;
if (*workstation_list) {
BOOL invalid_ws = True;
const char *s = workstation_list;
!
fstring tok;
!
! while (next_token(&s, tok, ",", sizeof(tok))) {
! DEBUG(10,("sam_account_ok: checking for
workstation match %s and %s (len=%d)\n",
!...
2007 Nov 08
1
sambaUserWorkstations (with LDAP) not working with Groups of Computers ?
Hi,
I'm trying to use the sambaUserWorkstations option to allow users to log
on certain computers only. This option looks great... In fact it looks
now a lot better than the 'ldap filter' one than was deprecated with
samba 3.0.20...
The fact is, if the sambaUserWorkstations option works well with machine
names, it doesn't seem to work when specifying groups of machines.