Displaying 1 result from an estimated 1 matches for "sambauserworkstatio".
Did you mean:
sambauserworkstation
2004 Feb 06
0
Restrict logon to groups of workstations II
...w groups of workstations to the workstations list. And, for my
surprise (?!) it was quite easy. And worked fine. I use LDAP as sam
backed, and for unix accounts and groups database. I create a test group
"stations" and putted there into two of my workstations. Then I defined
the "sambaUserWorkstations" of my account to "@stations". Finally, I
tried to logon from the allowed workstations (it worked), and from other
ones (correctly refused). Mixing workstation names and groups is ok.
Here is the patch:
*** auth_sam.c.old 2004-02-06 21:17:49.000000000 -0200
--- auth_sam...