Hi,
I had great success with my other apple question and wanted to try my luck with another issue.
I am using a script that is working for one user that will map 3 different shared drives. This script is on 4 people's Macs and only one of them actually work. Sometimes the user gets an error for each drive pop up when logging on saying that it cannot connect to the specific share. Other times there is no error at all.
All user's can use the Admit Mac browser and map to the volume with out any problem.
Each user has OS X 10.4.11 the computers are on an Active Directory network. Below is a copy of the login script:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TurnOffDfsDrillDown</
key>
<false/>
<key>TurnOffSymbolLinks</k
ey>
<false/>
<key>TurnOffACLS</key>
<false/>
<key>URLsToMount</key>
<array>
<string>cifs://fp1/Shared<
/string>
<string>cifs://fp1/Public<
/string>
<string>cifs://fp1/Graphic
s$</string
>
</array>
</dict>
</plist>
Start Free Trial