Re: login script
Re: login script
- Subject: Re: login script
- From: Doug McNutt <email@hidden>
- Date: Wed, 6 Nov 2002 11:07:09 -0700
At 10:58 -0500 11/6/02, John Lucero wrote:
>
Essentially, I want to by-pass the task of a user opening the Chooser,
>
clicking the AppleShare icon . . .
I have had some luck with a UNIX login script (OS neXt) that uses the mount and/or mount_afp commands. In fact the only gotcha was that I had to create directories /Volumes/name where "name" is the name of the disk being mounted before the call is made. You can even put passwords in the call and bypass the keychain.
Do shell script if you need AppleScript.
man mount_afp ( in a terminal window.)
What I haven't figured out is how to mount some server disks in a way that they will survive a logout and subsequent login by another user.
. . .
--
--> If you are presented a number as a percentage, and you do not clearly understand the numerator and the denominator involved, you are surely being lied to. <--
_______________________________________________
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.
References: | |
| >login script (From: "John Lucero" <email@hidden>) |