Posted on 01-26-2013 01:34 PM
We have been using for sometime the SMB mount scripts from the old resource kit and now we have moved away from these automated mounts at login. My question is how do I flush these settings from MAC OSX ? I cannot find any reference to them in the launch items so just need to know how to remove them from my system.
Thanks in advance
Simon
Posted on 01-27-2013 07:26 PM
Is the script set to run as a LoginHook?
If so something like...
sudo defaults delete com.apple.loginwindow LoginHook /path/to/smbmount.sh
Test it to be sure if that is the case.