feat: initialize default and inner-tunnel RADIUS server configurations
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m11s
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m11s
This commit is contained in:
@@ -24,6 +24,7 @@ listen {
|
||||
authorize {
|
||||
filter_username
|
||||
preprocess
|
||||
sql
|
||||
chap
|
||||
mschap
|
||||
digest
|
||||
@@ -31,7 +32,6 @@ authorize {
|
||||
eap {
|
||||
ok = return
|
||||
}
|
||||
sql
|
||||
expiration
|
||||
logintime
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
server inner-tunnel {
|
||||
authorize {
|
||||
filter_username
|
||||
sql
|
||||
chap
|
||||
mschap
|
||||
pap
|
||||
eap {
|
||||
ok = return
|
||||
}
|
||||
sql
|
||||
expiration
|
||||
logintime
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user