~ubuntu-branches/ubuntu/hardy/freeradius/hardy-proposed

« back to all changes in this revision

Viewing changes to doc/rlm_dbm

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-12-16 20:45:11 UTC
  • mfrom: (3.1.10 feisty)
  • Revision ID: james.westby@ubuntu.com-20061216204511-3pbbsu4s8jtehsor
Tags: 1.1.3-3
Fix POSIX compliance problem in init script.  Closes: #403384. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
1. WHAT DOES IT DO
12
12
 
13
 
  Basicly, it opens the file you specifies in radiusd.conf and authenticates
 
13
  Basically, it opens the file you specifies in radiusd.conf and authenticates
14
14
  users out of it. The file has to be a Berkeley or GDBM <** file database,
15
15
  and may be created by rlm_dbm_parse or by a custom program of your choice.
16
16
 
46
46
 
47
47
    rlm_dbm_cat: [-f file] [-w] [-i number] [-l number] [-v] [username ...]
48
48
 
49
 
    rlm_dbm_cat simply lists the difinition(s) of the username(s) or group
 
49
    rlm_dbm_cat simply lists the definition(s) of the username(s) or group
50
50
    name(s), or the entire database. It takes the following options:
51
51
 
52
52
      -f <filename>