Just wondering if the ability to use group policies under w95 and w98 will be part of samba-2.2.0? We could really use this. It's a royal pain having 600 users in the CONFIG.POL file. Thanks in advance for any information on this. -- =================================================================George Farris farrisg@mala.bc.ca Computer Support Cowichan "For every vision - there is Malaspina University-College an equal and opposite revision"
This is just for you information on how I solved part of the problem. I do use sort of a group policy here. My [netlogon] section looks like this. [netlogon] path=/.../netlogondirs/%G comment=net logon services write list = admin force group=office create mask = 0644 directory mask = 0755 guest ok = no locking = no When a user logs on %G will be it's primary group name. For every group I create a netlogon directory in /.../netlogondirs/ So I can create a config.pol for every group instead of for every user in this way. Every use in my office is part of it's primary group and the office group. Ries