I'm at a bit of a loss now...
I've read through the forums and haven't seen this particular problem. I'm trying to mount our user's home directories off of their Windows AD file shares. I'm using the script "mountNetworkShare.sh" found here, as well as various other folks attempts at Bash scripts and/or AppleScripts.
The issue is straightforward:
The output of 'dscl . read /Users/myusername SMBHome' at the command line is:
SMBHome: heServerPrivate$myusername
Unfortunately, that $ is wrecking havoc with all of the shell-based scripts, as it truncates at the $.
For example, the output of the command:
./mountNetworkShare.sh one two myusername is:
Attempting to read SMBHome attribute from user record since the 'share' parameter is blank...
Share determined to be: smb://theServer/Private$
And then, of course, it fails to mount.
Any thoughts on successfully preserving that $ as part of the mount command?
