home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / kerberos / 1017 < prev    next >
Encoding:
Text File  |  1993-01-21  |  986 b   |  24 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!CTT.BELLCORE.COM!lunt
  3. From: lunt@CTT.BELLCORE.COM (Steve Lunt)
  4. Subject: Re: Scalability issues with Kerberos
  5. Message-ID: <9301211836.AA14955@shadow.secure.bellcore.com>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Thu, 21 Jan 1993 18:36:58 GMT
  9. Lines: 13
  10.  
  11. Database dumps and loads (via krb_util, which is used by kprop) are
  12. slow when the database is that big (apparently order n log n).  But
  13. ticket requests (kinit) and database updates (kadmin and kpasswd) are
  14. still very fast (apparently order log n).  Also, the ndbm files get
  15. really big (I think I tested it on a Sun with 10,000 principals, and
  16. the file was 5 meg in size), if this is a problem on your system.
  17.  
  18. A kprop/kpropd that sends only updates is critical for realms that
  19. have # of principals in the tens of K.  In this case, kdb_util should
  20. only be used in emergencies.
  21.  
  22. -- Steve
  23.  
  24.