Initial revision
[freeradius.git] / doc / builddbm.8rad
1 .TH BUILDDBM 8 "20 Januari 1997" "" "Cistron Radius Daemon"
2 .SH NAME
3 builddbm -- build DBM file from RADIUS users file.
4 .SH SYNOPSIS
5 .B builddbm
6 .SH DESCRIPTION
7 This utility is used to build a DBM file (in DBM or NDBM format) from
8 the radius \fIusers\fP file to save memory.
9 .PP
10 Usage of this utility is only encouraged if you don't use multiple
11 DEFAULT entries (or only at the end of the \fIusers\fP file) and
12 you have more then 500 entries in the \fIusers\fP file. Normally,
13 \fBradiusd\fP reads the \fIusers\fP file into memory at startup. With
14 very large files this may cost too many resources and it may then
15 be wiser to use a DBM file to save memory.
16 .SH SEE ALSO
17 radiusd(8), users(5rad).
18 .SH AUTHOR
19 Miquel van Smoorenburg, miquels@cistron.nl.