Re: Make a new keychain
Re: Make a new keychain
- Subject: Re: Make a new keychain
- From: Michelle Steiner <email@hidden>
- Date: Fri, 7 Sep 2001 08:52:28 -0700
On 9/7/01 8:16 AM, Timothy K. Wilkinson <email@hidden> wrote:
>
I'm trying to use Keychain scripting to create a new Keychain file. I want
>
it to be created without any user interaction. I've tried this format and I
>
still get a dialog box opening asking for a password. Is there a way to
>
make a new Keychain file without user interaction?
>
>
tell application "Keychain Scripting"
>
make new Keychain with properties {name:"test", password:"itcachs"}
>
end tell
According to the keychain scripting dictionary, password is not a
property of a keychain, so scripts can't access them as properties.
It appears that you can't create a keychain without user interaction.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------