Support functions for users_file parsing.
More...
#include <freeradius-devel/server/map.h>
#include <freeradius-devel/util/pair.h>
#include <freeradius-devel/util/talloc.h>
Go to the source code of this file.
Support functions for users_file parsing.
- Id
- 84ce2a2b1de437b46c6dc4366c5f97bf91bed676
- Copyright
- 2000,2006 The FreeRADIUS server project
-
2000 Miquel van Smoorenburg (mique.nosp@m.ls@c.nosp@m.istro.nosp@m.n.nl)
-
2000 Alan DeKok (aland.nosp@m.@fre.nosp@m.eradi.nosp@m.us.o.nosp@m.rg)
Definition in file users_file.h.
◆ pair_list
Definition at line 38 of file users_file.h.
Data Fields |
map_list_t |
check |
List of maps for comparison / modifying control list. |
fr_dlist_t |
entry |
Entry in dlist of PAIR_LIST with matching name. |
bool |
fall_through |
go to the next one |
char const * |
filename |
Filename entry read from. |
int |
lineno |
Line number entry read from. |
char const * |
name |
Key for matching entry. |
bool |
next_shortest_prefix |
for prefix tries |
int |
order |
Sequence of entry in source file. |
map_list_t |
reply |
List of maps for modifying reply list. |
◆ pair_list_list
◆ PAIR_LIST
◆ PAIR_LIST_LIST
◆ pairlist_list_init()
◆ pairlist_read()