]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_radius.conf
Radius. (#8)
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_radius.conf
index cfce24a8a12192bab3a2da9bac871095514dad0a..d4cf6c4c41a621dab57e9f1af4fc24ec825c3e99 100644 (file)
@@ -1,7 +1,20 @@
+# 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>