Everybody, Using ldapsam, I can limit the workstations an user can logon from by setting a ldap attribute called sambaUserWorkstations. How can I get this working on tdbsam? Thanks in advance!
No.1 | | 440 bytes | |
Thu, Aug 24, 2006 at 08:19:25PM -0300, Fabiano Caixeta Duarte wrote: Using ldapsam, I can limit the workstations an user can logon from by setting a ldap attribute called sambaUserWorkstations.
How can I get this working on tdbsam?
net sam set workstations vl "bla,blub"
sets the allowed workstations for user vl to bla and blub. It might be possible that you need a space instead of a comma.