home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / misc / 2505 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  3.3 KB

  1. Xref: sparky comp.mail.misc:2505 gnu.misc.discuss:2572 comp.unix.admin:4364
  2. Newsgroups: comp.mail.misc,gnu.misc.discuss,comp.unix.admin
  3. Path: sparky!uunet!cs.utexas.edu!torn!cunews!nrcnet0!bnrgate!bmers145!bmerh598!larryg
  4. From: larryg@bmerh598.bnr.ca (Larry Greenfield)
  5. Subject: Re: Query:  better finger server?
  6. Message-ID: <1992Jul29.155144.5121@bmers145.bnr.ca>
  7. Sender: news@bmers145.bnr.ca
  8. Reply-To: larryg@bnr.ca
  9. Organization: BNR Ottawa, Fibre Systems Development
  10. References:  <1992Jul27.212913.13369@kronos.com>
  11. Date: Wed, 29 Jul 92 15:51:44 GMT
  12. Lines: 59
  13.  
  14.  
  15. In article <1992Jul27.212913.13369@kronos.com>, richb@kronos.com (Rich
  16. Braun) writes:
  17. |> We have just added an email gateway to our site, which effectively
  18. |> increases the potential number of Internet email users by a factor of
  19. |> twenty or so.
  20. |> 
  21. |> The trouble is, of course, most of these users don't have logins on
  22. |> the system advertised as 'kronos.com' on Internet.  If someone out in
  23. |> the World at Large tries to use finger to learn someone's email
  24. |> address here, they're probably out of luck.  The standard finger server
  25. |> provided by the O/S vendor (in this case, IBM) does not provide info
  26. |> unless the user has a login.  And it'd be crazy for us to hand out
  27. |> accounts to all our employees on our Internet gateway system:  the
  28. |> system would be wide-open to password crackers.
  29. |> 
  30. |> Ages ago, I used a TOPS-20 program called "watson" for this purpose.
  31. |> What's out there nowadays?  In order for our users to update their own
  32. |> info, they'd have to have some sort of platform-independent interface
  33. |> (probably email) into the database.
  34. |> 
  35. |> -rich
  36.  
  37. Rich,
  38.  
  39. We had a similar problem not long ago at the University of Western
  40. Ontario. Our solution was to modify the finger daemon slightly so it
  41. would generate a query to an X.500 Directory Service we built, and
  42. return the appropriate information. The project was quite a bit of
  43. work, but the end results were very good. The Directory allowed us to
  44. query users on more than just userids. Soundex matches, addresses,
  45. titles, and other criteria can be easily used. In addition the X.500
  46. Directory service is independent of userids, so you can have
  47. information about users without accounts (if it suits you). One
  48. drawback however, is that the Directory service is *another* data
  49. resource that must be updated in parallel to your existing ones.
  50.  
  51. The X.500 implementation package we used supplied a number of
  52. interfaces into the Directory, suitable for administrative and general
  53. use. They ranged in complexity from simple command line interfaces to
  54. full blown wimp (Window, Icon, Mouse, Pointer) X-window interfaces.
  55.  
  56. If you are interested in having a look, try:
  57.  
  58.   finger larry@rubble.syslab.csd.uwo.ca
  59.  
  60. Our inspiration was another Directory service running at umich.edu.
  61. Tim Howes is the resident expert there.
  62.  
  63. Cheers,
  64.  
  65.  +-----------------------------+------------------------------------+
  66.  |  Larry Greenfield           |                                    |
  67.  |  Member of Scientific Staff | Phone:  (613) 765-2602             |
  68.  |  FiberWorld R&D             | E-mail: Larry.Greenfield@.bnr.ca   |
  69.  |  Bell-Northern Research     |                   larryg@.bnr.ca   |
  70.  |  Ottawa Canada              |                                    |
  71.  +-----------------------------+------------------------------------+
  72.  
  73.