Hello,
I am fairly new at this. I have setup an applescript to mount my users group drive and user drive.
Basically I want this script to run every time a user logs in with a mac client. I have all my users in groups and in workgroup manager, if i try to manage Scripts for groups it says: ‘these settings cannot be managed for Groups’
So I compiled the script as an app and added it to ‘items’ so it can execute at login. When a user logs in, it doesn’t execute the script and in login items on the client side, it says ‘unknown’. I believe what is happening is that it is looking for /shared/script (locally) and i want it to look for mountpoint/scripts/script (i don’t want to manually place the script in each mac)
So the next thing I tried was adding a shared folder to be mounted on the desktop, then putting the application in there and having it executed from that folder… the folder gets mounted and the script is in there, but still does not execute… if i double click, on the script all is well…
I have the server bound to an active directory domain and have an OD group my manage the mac users… the shares are on a windows 2003 server, with either SMB or AFP
Any help is appreciated….
thanks!
Comments are closed