Home › Forums › OS X Server and Client Discussion › Open Directory › Workgroup manager user preferences – desktop
- This topic has 7 replies, 2 voices, and was last updated 16 years, 1 month ago by
tlarkin.
-
AuthorPosts
-
February 12, 2009 at 7:28 pm #375393
jeffh
ParticipantFirst I would like to know how to stop users from saving to the desktop. All of our students who use laptops log in under one user name and I don’t want them saving to the desktop. I manage this user through the groups for the most part.
I would also like to set a common desktop but all the instructions I have found do not seem to work.
Using 10.5 — OD serverFebruary 12, 2009 at 10:06 pm #375395tlarkin
ParticipantYou could simply set the permissions to their desktop to read and execute only. That would be in their home directory of their account. Then they couldn’t save anything to the desktop period.
February 18, 2009 at 1:31 pm #375447jeffh
ParticipantThat didn’t work.
February 18, 2009 at 2:23 pm #375449tlarkin
Participant[QUOTE][u]Quote by: jeffh[/u][p]That didn’t work.
[/p][/QUOTE]So if you did a send unix command via ARD admin to the machines in question and did this?
[code]
chmod 555 /Users/
/Desktop [/code]
You may need to the add the -R switch if there are already tons of items on the desktop. That should make everything read and execute only for owner, group, and everyone.
February 18, 2009 at 2:46 pm #375451jeffh
ParticipantI changed the permissions on the plist before I put it into Workgroup Manager and then double checked the permissions in the details section of Workgroup Manager and the students are not getting the desktop I specified and they can still save to the desktop. I know this is two different things, but neither is working properly.
February 18, 2009 at 3:04 pm #375453tlarkin
ParticipantYou probably have to run that command post the user account logging in or being created since it copies the user account info form the user template and I am sure the user template gives ownership to that user of ~/Desktop.
I guess you could also try modifying the default user template.
For the common desktop you should be able to do under managed preferences for that group. You can disable them from changing it and then set it via the command line or push out a pref.
How many Macs are you managing? Are you just using OS X Server to manage all of them, and what versions of Client and Server are you running?
February 20, 2009 at 1:58 pm #375490jeffh
ParticipantI’m managing about 200 Macs all running 10.5.
The server is also 10.5February 23, 2009 at 8:01 pm #375518tlarkin
ParticipantWell you are probably going to have to run a script that wild cards out the desktop out of each user’s home directory on the network share that holds the home directories. Test one out. Mount the share point with the home folders, pick out a user, and do the chmod command to the complete path to their desktop, then try to save something to their desktop.
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed