Mount volume dialog
Mount volume dialog
- Subject: Mount volume dialog
- From: <email@hidden>
- Date: Tue, 18 May 2004 10:09:19 -0000
HiYa,
I'm trying to create a script that mounts several shares, without the user
being prompted. The script uses the standard mount volume command:
mount volume "smb://domain;username@server/share"
This all works well when the user has a Kerberos ticket. Unfortunately, when
the use doesn't have a ticket, or when the ticket has expired, the user is
prompted for their password for each share the script tries to mount. Is
there a way of catching and preventing the password prompt dialog?
I already have a version of the script that just prompts for the password the
once, and then adds the password to the mount command, but I want to get away
from this if possible and just have a manual prompt as a controlled fall back
position.
Any insight would be welcome as I'm a bit new to AppleScript.
Thanks,
Brian
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.