home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 20098 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!apple!mumbo.apple.com!gallant.apple.com!kip2-42.apple.com!user
  3. From: jpugh@apple.com (Jon Pugh)
  4. Subject: Re: Avoiding authentication dialog when sending AEs ?
  5. Sender: news@gallant.apple.com
  6. Message-ID: <jpugh-191292130801@kip2-42.apple.com>
  7. Date: Sat, 19 Dec 1992 21:09:40 GMT
  8. Distribution: na
  9. References: <1gvkn3INNq38@gap.caltech.edu>
  10. Organization: Apple Computer, Inc.
  11. Followup-To: comp.sys.mac.programmer
  12. Lines: 19
  13.  
  14. In article <1gvkn3INNq38@gap.caltech.edu>, igormt@cco.caltech.edu (Igor
  15. Mikolic-Torreira) wrote:
  16. > How can I avoid the authentication dialog when sending an Apple Event to an
  17. > app running on a remote Mac?  The remote Mac has <Guest> authorized to do
  18. > program linking, but I still get the dialog asking whether I want to 
  19. > link as a particular user or guest.  If I click on Guest, everything works
  20. > great, so it's not a problem with Guest being set up incorrectly.
  21. > I want to be able to send AE events without ANY user involvement.  Is 
  22. > there any way to force AESend to go in as Guest or to supply it a valid
  23. > username and password?
  24.  
  25. You need the AutoGuest hack.  It's on the Dev CD and many other places.
  26. You can't do what you want without a lot of skanky stuff, so use AutoGuest.
  27. It provides an INIT and a library you can link into your app so you don't
  28. need the INIT.
  29.  
  30. Jon
  31.