Re: scripting keychain access - login keychain
Re: scripting keychain access - login keychain
- Subject: Re: scripting keychain access - login keychain
- From: Gnarlodious <email@hidden>
- Date: Tue, 11 May 2004 23:09:44 -0600
Take a peek at my script at:
http://www.Gnarlodious.com/OSX/AppleScript/Finder-Equalize.html
It includes handler "initializeValues" which mounts servers on call.
Keychain scripting supplied by John Welch.
-- Gnarlie
Entity travis n spoke thus:
>
Greetings,
>
>
I have searched the archives, but have not had success finding this
>
(that was tough in itself, the search is rough).
>
>
I want to be able to get a user's .Mac username from a script, but my
>
attempts to access the login.keychain in 10.3.x always return an empty
>
set:
>
>
tell application "Keychain Scripting"
>
set defaultKeychain to current keychain
>
set uName to keys of defaultKeychain
>
end tell
>
>
the event log reports:
>
>
tell application "Keychain Scripting"
>
get current keychain
>
current application
>
get current keychain
>
keychain "login.keychain"
>
get every key of keychain "login.keychain"
>
{}
>
end tell
>
>
This same script works if I point it to another keychain...
>
>
Any tips greatly appreciated.
>
>
-travis n
>
___________________
_______________________________________________
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.