[2107] in Kerberos_V5_Development
Re: Krb5-1.0 and t_kdb - It works on HP
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Tue Dec 10 02:26:30 1996
Date: Tue, 10 Dec 1996 02:26:03 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: deengert@anl.gov, krbdev@MIT.EDU, Paul A Vixie <paul@vix.com>,
Andrew Hobson <ahobson@mindspring.com>,
Dave McGuire
<mcguire@neurotica.com>, Joe Gross <jgross@uiuc.edu>
In-Reply-To: Ken Hornstein's message of Tue, 10 Dec 1996 01:44:28 -0500,
<199612100644.BAA02893@ginger.cmf.nrl.navy.mil>
Date: Tue, 10 Dec 1996 01:44:28 -0500
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>The problem is that there is no good place to put the test DB. On other
>operating systems, /tmp or /usr/tmp is a tmpfs filesystem which also
>violates the POSIX standard.
I always thought that "/usr/tmp" was a non-standard directory, and you're
really supposed to be using "/var/tmp". Is that a correct assumption? I
haven't really checked the appropriate standards (don't have them available,
unfortunately).
File system standards are very tenuous beasts.... there isn't any
official standard, per se, although it's certainly true that /var/tmp
generally is much more popular than /usr/tmp. In the long run we'll
probably need to do a configure test.....
- Ted