*sigh* These are the changes to the way radiusd.conf is created. I'm not
[freeradius.git] / src / modules / rlm_preprocess / 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         preprocess {
9                 huntgroups = ${confdir}/huntgroups
10                 hints = ${confdir}/hints
11
12                 #
13                 # This hack changes Ascend's wierd port numberings
14                 # to standard 0-??? port numbers so that the "+" works
15                 # for IP address assignments.
16                 #
17                 with_ascend_hack = no
18                 ascend_channels_per_line = 23
19
20                 #
21                 # Windows NT machines often authenticate themselves as
22                 # NT_DOMAIN\username
23                 #
24                 # If this is set to 'yes', then the NT_DOMAIN portion
25                 # of the user-name is silently discarded.
26                 #
27                 with_ntdomain_hack = no
28
29                 #
30                 # Specialix Jetstream 8500 24 port access server.
31                 #
32                 # If the user name is 10 characters or longer, a "/"
33                 # and the excess characters after the 10th are
34                 # appended to the user name.
35                 #
36                 # If you're not running that NAS, you don't need
37                 # this hack.
38                 #
39                 with_specialix_jetstream_hack = no
40         }
41 INSERT_DEF_AUTHENTICATION(5)dnl
42 dnl nothing
43 INSERT_DEF_AUTHORIZATION(5)dnl
44 dnl nothing
45 INSERT_DEF_PREACCOUNTING(8)dnl
46         preprocess
47 INSERT_DEF_ACCOUNTING(5)dnl
48 dnl nothing
49 INSERT_DEF_SESSION(5)dnl
50 dnl nothing