Displaying 1 result from an estimated 1 matches for "sambauserworkstatios".
Did you mean:
  sambauserworkstations
  
2004 Feb 06
0
Restrict logon to groups of workstations II
...st;
!               char       ** lw;
!               gid_t      * groups;
!               int        n_groups;
!               char       ws[18];
!
                fstring tok;
!
!               /*
!               A small patch to allow groups of workstations in the
!               attribute "sambaUserWorkstatios". This uses samba utility
!               functions to get the list of groups the machine account
!               is member of, and to verify them with the list of allowed
!               workstations and groups of workstations.
!
!               Marcelo Maia Sobral <sobral@sj.univali.br>...