• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: scripting keychain access - login keychain
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: scripting keychain access - login keychain
      • From: travis n <email@hidden>
References: 
 >scripting keychain access - login keychain (From: travis n <email@hidden>)

  • Prev by Date: Re: Test, critique and ridicule this script!
  • Next by Date: Re: New Folder if it doesn't exist
  • Previous by thread: scripting keychain access - login keychain
  • Next by thread: Re: scripting keychain access - login keychain
  • Index(es):
    • Date
    • Thread