feat: add PostgreSQL schema initialization and FreeRADIUS SQL module configuration
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 3m51s
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 3m51s
This commit is contained in:
@@ -8,8 +8,23 @@ sql {
|
||||
password = "radpass"
|
||||
radius_db = "radius"
|
||||
|
||||
read_clients = yes
|
||||
# Standard FreeRADIUS SQL Table Mappings
|
||||
authcheck_table = "radcheck"
|
||||
authreply_table = "radreply"
|
||||
groupcheck_table = "radgroupcheck"
|
||||
groupreply_table = "radgroupreply"
|
||||
usergroup_table = "radusergroup"
|
||||
|
||||
# Accounting Table Mappings
|
||||
acct_table1 = "radacct"
|
||||
acct_table2 = "radacct"
|
||||
|
||||
# Post-auth Table Mapping
|
||||
postauth_table = "radpostauth"
|
||||
|
||||
# NAS Client Table Mapping
|
||||
client_table = "nas"
|
||||
read_clients = yes
|
||||
|
||||
group_attribute = "User-Group"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user