Home Forums OS X Server and Client Discussion Open Directory Workgroup manager user preferences – desktop

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #375393
    jeffh
    Participant

    First 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 server

    #375395
    tlarkin
    Participant

    You 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.

    #375447
    jeffh
    Participant

    That didn’t work.

    #375449
    tlarkin
    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.

    #375451
    jeffh
    Participant

    I 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.

    #375453
    tlarkin
    Participant

    You 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?

    #375490
    jeffh
    Participant

    I’m managing about 200 Macs all running 10.5.
    The server is also 10.5

    #375518
    tlarkin
    Participant

    Well 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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.

Comments are closed