Hey folks:
I have a client who is doing very well logging into an AD domain. Their AD designated home is mounting properly on the Desktop. Single sign-on is obviously working well – when connecting to other shares on the domain AD users are not prompted for a user credentials.
My biggest problem is that I want the mounting of the additional shares to be automated using the user’s own credentials at login as well.
I’ve tried various loginhook solutions that partly work. The most recent one uses mount_smbfs and this works very well. Except that when the logged in user tries to copy a document to the shares the Finder reports that there is not enough free space on the share. All shares behave normally when using the Finder’s “Connect to Server” mechanism so I don’t understand the discrepancy.
The other loginhook solution I have tried attempts to leverage the fact that “Connect to Server” does work fine. I have the loginhook using osascript to attempt to get the shares to mount with the user’s AD credentials. For some reason when using this solution shares don’t mount at all. However, the same script works fine if the user is already logged in. This makes me think that either the Finder or applescripting are not really available at the time loginhooks are called.
Does anyone have working solutions for automounting shares other than the smb home at login?
Comments are closed