Re: eppc Authentication
Re: eppc Authentication
- Subject: Re: eppc Authentication
- From: Stan Cleveland <email@hidden>
- Date: Mon, 11 Dec 2006 13:17:42 -0800
- Thread-topic: eppc Authentication
On 12/11/06 10:37 AM, Steven Valenti wrote:
> Using eppc to tell a machine on a different subnet to send out some
> iChat notifications to the worker down in a different building. I have
> everything working and use CronniX to execute the script automatically
> but it pops up a box every time to authenticate with the machine. I put
> in the credentials and click the box to save in OS X keychain but this
> doesn't work. Should the keychain be able to save this or is there a
> way to script the authentication box?
You can avoid the dialog prompt by including the user ID and password as
part of the URL, like this:
tell application "MyApp" of machine "eppc://uid:email@hidden"
launch
end tell
Be careful about who can view the code, since the password is easily
accessible.
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden