Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mod_config_sql.pm [2012-07-05 10:48] – external edit 127.0.0.1 | mod_config_sql.pm [2019-05-15 06:27] (current) – [SMRadius-Config-CoAServer] nkukard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====mod_config_sql.pm===== | + | ====== mod_config_sql.pm ====== |
| Implements custom SQL queries for returning of data for user authentication. Default realm configuration is processed first, followed by user realm configuration and finally client configuration. | Implements custom SQL queries for returning of data for user authentication. Default realm configuration is processed first, followed by user realm configuration and finally client configuration. | ||
| In order for SMRadius to be able to process client attributes, the user realm must be associated with the client by using the ' | In order for SMRadius to be able to process client attributes, the user realm must be associated with the client by using the ' | ||
| - | ====Attributes==== | + | ===== Attributes |
| + | |||
| + | ==== SMRadius-Config-Secret | ||
| - | ===SMRadius-Config-Secret=== | ||
| Configuration secret to use when communicating with the NAS. | Configuration secret to use when communicating with the NAS. | ||
| - | < | ||
| - | SMRadius-Config-Secret | ||
| - | ===SMRadius-Config-PODServer=== | + | < |
| + | # Set the configuration secret to be used to ' | ||
| + | SMRadius-Config-Secret | ||
| + | </ | ||
| + | |||
| + | ==== SMRadius-Config-PODServer ==== | ||
| IP address and port of a POD server. Value is a string in the format ' | IP address and port of a POD server. Value is a string in the format ' | ||
| - | ===SMRadius-Config-Filter-Reply-Attribute=== | + | ==== SMRadius-Config-CoAServer ==== |
| + | |||
| + | <btn type=" | ||
| + | |||
| + | IP address and port of a CoA server. Value is a string in the format ' | ||
| + | |||
| + | This configuration item will override '' | ||
| + | |||
| + | ==== SMRadius-Config-Filter-Reply-Attribute ==== | ||
| Specify a list of attributes delimited by a , or ; to be filtered out of the attributes added to the reply. These will be logged. | Specify a list of attributes delimited by a , or ; to be filtered out of the attributes added to the reply. These will be logged. | ||
| - | ===SMRadius-Config-Filter-Reply-VAttribute=== | + | ==== SMRadius-Config-Filter-Reply-VAttribute ==== |
| Specify a list of vendor attributes delimited by a , or ; to be filtered out of the vendor attributes added to the reply. These will be logged. | Specify a list of vendor attributes delimited by a , or ; to be filtered out of the vendor attributes added to the reply. These will be logged. | ||