Re: Auto Login to server using OS 9.1
Re: Auto Login to server using OS 9.1
- Subject: Re: Auto Login to server using OS 9.1
- From: "Wen-Yu Chang" <email@hidden>
- Date: Thu, 03 May 2001 14:55:33 -0700
You can do this:
tell application "Keychain Scripting"
unlock keychain "My Keychain" of application "Keychain Scripting" with
password "myPassword"
end tell
----------
>
From: Paul Fisher <email@hidden>
>
To: email@hidden
>
Subject: Auto Login to server using OS 9.1
>
Date: Thu, May 3, 2001, 1:06 PM
>
>
I am trying to automatically log into a server during startup, but with
>
keychain access in OS 9.1 this is nearly impossible without using guest
>
access to my server, something i don't want to do. Apple says this is
>
possible to get around using an applescript that fills in the username and
>
password and presses "OK". Does anyone have suggestions on how i would do
this?
>
>
i was thinking of putting an alias to the server in my startup folder and
>
then have a script run to fill in the password and then click "ok." or should
the script itself find the server?
>
>
thanks for the help
>
>
Paul Fisher
>
Applications & Web Development
>
Hudsonville Public Schools
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users