Added message for folks who might try to 'make' without 'configure'ing (me,
[freeradius.git] / src / modules / rlm_realm / selfconfig.m4
1 dnl  There's no runtime magic here.  This is included at compile time to make
2 dnl  a default etc/raddb/radiusd.conf for installation.
3 dnl
4 INSERT_GLOBAL_CONFIG(5)dnl
5 dnl nothing
6 INSERT_MODULE_INSTANTIATION(5)dnl
7         #
8         #  You can have multiple instances of the realm module to
9         #  support multiple realm syntaxs at the same time.  The
10         #  search order is defined the order in the authorize and
11         #  preacct blocks after the module config block.
12         #
13         #  Two config options:
14         #       format     -  must be 'prefix' or 'suffix'
15         #       delimiter  -  must be a single character
16         #
17         #  'username@realm'
18         #
19         realm suffix {
20                 format = suffix
21                 delimiter = "@"
22         }
23
24         #
25         #  'realm/username'
26         #
27         #  Using this entry, IPASS users have their realm set to "IPASS".
28         #
29         #realm prefix {
30         #       format = prefix
31         #       delimiter = "/"
32         #}
33
34         #
35         #  'username%realm'
36         #
37         #realm percent {
38         #       format = suffix
39         #       delimiter = "%"
40         #}
41 INSERT_DEF_AUTHENTICATION(5)dnl
42 dnl nothing
43 INSERT_DEF_AUTHORIZATION(1)dnl  important that it come early
44         suffix
45 INSERT_DEF_PREACCOUNTING(1)dnl
46         suffix
47 INSERT_DEF_ACCOUNTING(5)dnl
48 dnl nothing
49 INSERT_DEF_SESSION(5)dnl
50 dnl nothing