[7594] in Kerberos
Re: krb5kdc & kadmind5 at same time?
daemon@ATHENA.MIT.EDU (Mark Eichin)
Thu Jul 4 05:43:35 1996
To: kerberos@MIT.EDU
Date: 03 Jul 1996 19:13:07 -0400
From: Mark Eichin <eichin@cygnus.com>
> It is a Slackware/Redhat (and probably others) bug: gdbm
> doesn't support the same locking as ndbm or Berkeley Db.
Other way around -- ndbm and berkeley db don't *do* any locking; gdbm
does it's own fcntl or flock locking... and the Kerberos multiple
read/write locking is tighter than that....