+# Enable the interaction module for RADIUS "mod_radius.so"
<Module radius>
- Password = 123456
- ServerIP = 127.0.0.1
- Port = 6666
- AuthServices = Login-User
- AcctServices = Framed-User
+ # RADIUS shared secret
+ # Parameter: required
+ # Values: any
+ Secret = sec
+
+ # Path to RADIUS dictionaries file
+ # Parameter: optional
+ # Values: file path
+ # Default: /usr/share/freeradius/dictionary
+ # Dictionaries = /usr/share/freeradius/dictionary
+
+ # RADIUS port number
+ # Parameter: optional
+ # Value: 1 ... 65535
+ # Default: 1812
+ # Port = 1812
+
</Module>