]> git.stg.codes - stg.git/blob - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_radius.conf
d4cf6c4c41a621dab57e9f1af4fc24ec825c3e99
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_radius.conf
1 # Enable the interaction module for RADIUS "mod_radius.so"
2 <Module radius>
3     # RADIUS shared secret
4     # Parameter: required
5     # Values: any
6     Secret = sec
7
8     # Path to RADIUS dictionaries file
9     # Parameter: optional
10     # Values: file path
11     # Default: /usr/share/freeradius/dictionary
12     # Dictionaries = /usr/share/freeradius/dictionary
13
14     # RADIUS port number
15     # Parameter: optional
16     # Value: 1 ... 65535
17     # Default: 1812
18     # Port = 1812
19
20 </Module>