Jump to content

Recommended Posts

Posted

Someone was telling me that samba 4 supports group policies to lock down machines. Is this true? I can’t find anything on the samba website about it though.

 

If its true will it lockdown Linux clients or/and Windows Clients?

 

Will this mean Linux is used more in schools?

Posted

Will this mean Linux is used more in schools?

 

you don't need GPO to lock down linux machines. Linux isn't used much for school desktops because the software that is advertised to teachers is windows only.

Posted
Ok so how would i lock down Linux on the server for specified users without going to each machine changing settings? Thanks
Posted

You need to define a profiles share in Samba, like so:

[profiles]
comment = Network Profiles Share
path = /srv/samba/profiles
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
browseable = no
guest ok = no
printable = no
hide files = /desktop.ini/outlook*.lnk/*Briefcase*/ 

 

Then carry on as if you were using a Windows Server with the normal Mandatory profile stuff (there's a thread somewhere about that).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...