]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_radius.conf
Move projects back into subfolder.
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_radius.conf
index cfce24a8a12192bab3a2da9bac871095514dad0a..edc94d50888e58040e9b40ee4c9be6b20d8da394 100644 (file)
@@ -1,7 +1,34 @@
+# Enable the interaction module for FreeRADIUS "mod_radius.so"
 <Module radius>
+    # FreeRADIUS password
+    # Parameter: required
+    # Values: any, supported by software
+    # Default: 123456
     Password = 123456
+
+    # FreeRADIUS server
+    # Parameter: required
+    # Values: IP address or DNS name
+    # Default: 127.0.0.1
     ServerIP = 127.0.0.1
+
+    # FreeRADIUS port
+    # Parameter: required
+    # Value: 1 ... 65535
+    # Default: 6666
     Port = 6666
+
+    # List of services for which will be carried out FreeRADIUS authentication 
+    # Note: Parameter can be blank
+    # Parameter: required
+    # Value: any, supported by software
+    # Default: Login-User
     AuthServices = Login-User
+
+    # List of services for which will be carried out FreeRADIUS Accounting
+    # Note: Parameter can be blank
+    # Parameter: required
+    # Value: any, supported by software
+    # Default: Framed-User
     AcctServices = Framed-User
-</Module>
+</Module>
\ No newline at end of file