support 'user' and 'group' directives, where the server does
[freeradius.git] / todo / realms
1 #
2 # realms        Realm-specific definitions.
3 #               A realm is the part after an `@' sign in a loginname.
4 #
5
6 #
7 #       The first few entries are global settings.
8 #
9 #       Notes:  you can define acctdir and acctdir2, and in both
10 #               directories the detail log will be written. `%s' expands
11 #               to the (short) name of the terminal server.
12 #
13 radwtmp         /var/log/radwtmp
14 radutmp         /var/log/radutmp
15 acctdir         /var/log/radacct/%s
16
17 #
18 #       All entries can be overridden on a per-realm base. Specific
19 #       entries for a realm are:
20 #
21 #       authproxy:      remote_radius[:port]  secret
22 #       acctproxy:      remote_radius[:port]  secret
23 #
24 realm example.nl
25 acctdir         /var/log/radacct/%s
26 acctdir2        /var/log/radacct/example
27 authproxy       radius.example.nl       testing123
28 acctproxy       radius.example.nl       testing123
29
30 realm voorbeeld.nl
31 acctdir         /var/log/radacct/%s
32 acctdir2        /var/log/radacct/voorbeeld
33 authproxy       radius.voorbeeld.nl:1812        HellOtHere
34 acctproxy       radius.voorbeeld.nl:1813        HellOtHere
35