-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bb210a
commit b8b3e5c
Showing
22 changed files
with
20,943 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
server default { | ||
listen { | ||
type = auth | ||
# ipv4addr = * | ||
# ipv6addr = * | ||
ipaddr = * | ||
port = 0 | ||
# interface = eth0 | ||
# clients = per_socket_clients | ||
|
||
limit { | ||
max_connections = 16 | ||
lifetime = 0 | ||
idle_timeout = 30 | ||
} | ||
} | ||
|
||
listen { | ||
ipaddr = * | ||
# ipv6addr = :: | ||
port = 0 | ||
type = acct | ||
# interface = eth0 | ||
# clients = per_socket_clients | ||
|
||
limit { | ||
# max_pps = 0 | ||
# idle_timeout = 0 | ||
# lifetime = 0 | ||
# max_connections = 0 | ||
} | ||
} | ||
|
||
listen { | ||
type = auth | ||
ipv6addr = :: # any. ::1 == localhost | ||
port = 0 | ||
# interface = eth0 | ||
# clients = per_socket_clients | ||
limit { | ||
max_connections = 16 | ||
lifetime = 0 | ||
idle_timeout = 30 | ||
} | ||
} | ||
|
||
listen { | ||
ipv6addr = :: | ||
port = 0 | ||
type = acct | ||
# interface = eth0 | ||
# clients = per_socket_clients | ||
|
||
limit { | ||
# max_pps = 0 | ||
# idle_timeout = 0 | ||
# lifetime = 0 | ||
# max_connections = 0 | ||
} | ||
} | ||
|
||
authorize { | ||
filter_username | ||
# filter_password | ||
preprocess | ||
# operator-name | ||
# cui | ||
# auth_log | ||
chap | ||
mschap | ||
digest | ||
# wimax | ||
# IPASS | ||
suffix | ||
# ntdomain | ||
eap { | ||
ok = return | ||
} | ||
# unix | ||
files | ||
sql | ||
expiration | ||
logintime | ||
quotalimit | ||
dailycounter | ||
accessperiod | ||
monthlycounter | ||
noresetcounter | ||
# smbpasswd | ||
-ldap | ||
# daily | ||
expiration | ||
logintime | ||
pap | ||
# Autz-Type Status-Server { | ||
# | ||
# } | ||
} | ||
authenticate { | ||
Auth-Type PAP { | ||
pap | ||
} | ||
Auth-Type CHAP { | ||
chap | ||
} | ||
Auth-Type MS-CHAP { | ||
mschap | ||
} | ||
mschap | ||
digest | ||
# pam | ||
# Auth-Type LDAP { | ||
# ldap | ||
# } | ||
|
||
eap | ||
# Auth-Type eap { | ||
# eap { | ||
# handled = 1 | ||
# } | ||
# if (handled && (Response-Packet-Type == Access-Challenge)) { | ||
# attr_filter.access_challenge.post-auth | ||
# handled # override the "updated" code from attr_filter | ||
# } | ||
# } | ||
} | ||
|
||
preacct { | ||
preprocess | ||
# acct_counters64 | ||
# update request { | ||
# FreeRADIUS-Acct-Session-Start-Time = "%{expr: %l - %{%{Acct-Session-Time}:-0} - %{%{Acct-Delay-Time}:-0}}" | ||
# } | ||
acct_unique | ||
# IPASS | ||
suffix | ||
# ntdomain | ||
files | ||
} | ||
|
||
accounting { | ||
# cui | ||
detail | ||
# daily | ||
unix | ||
# radutmp | ||
# sradutmp | ||
# main_pool | ||
sql | ||
# if (noop) { | ||
# ok | ||
# } | ||
# sql_log | ||
# pgsql-voip | ||
exec | ||
attr_filter.accounting_response | ||
# Acct-Type Status-Server { | ||
# | ||
# } | ||
} | ||
session { | ||
# radutmp | ||
|
||
# | ||
# See "Simultaneous Use Checking Queries" in mods-available/sql | ||
sql | ||
} | ||
|
||
post-auth { | ||
# if (!&reply:State) { | ||
# update reply { | ||
# State := "0x%{randstr:16h}" | ||
# } | ||
# } | ||
update { | ||
&reply: += &session-state: | ||
} | ||
# main_pool | ||
# cui | ||
# reply_log | ||
sql | ||
# sql_log | ||
# ldap | ||
exec | ||
# update request { | ||
# WiMAX-MN-NAI = "%{User-Name}" | ||
# } | ||
# update reply { | ||
# WiMAX-FA-RK-Key = 0x00 | ||
# WiMAX-MSK = "%{EAP-MSK}" | ||
# } | ||
# wimax | ||
# update reply { | ||
# Reply-Message += "%{TLS-Cert-Serial}" | ||
# Reply-Message += "%{TLS-Cert-Expiration}" | ||
# Reply-Message += "%{TLS-Cert-Subject}" | ||
# Reply-Message += "%{TLS-Cert-Issuer}" | ||
# Reply-Message += "%{TLS-Cert-Common-Name}" | ||
# Reply-Message += "%{TLS-Cert-Subject-Alt-Name-Email}" | ||
# | ||
# Reply-Message += "%{TLS-Client-Cert-Serial}" | ||
# Reply-Message += "%{TLS-Client-Cert-Expiration}" | ||
# Reply-Message += "%{TLS-Client-Cert-Subject}" | ||
# Reply-Message += "%{TLS-Client-Cert-Issuer}" | ||
# Reply-Message += "%{TLS-Client-Cert-Common-Name}" | ||
# Reply-Message += "%{TLS-Client-Cert-Subject-Alt-Name-Email}" | ||
# } | ||
|
||
# insert_acct_class | ||
# if (&reply:EAP-Session-Id) { | ||
# update reply { | ||
# EAP-Key-Name := &reply:EAP-Session-Id | ||
# } | ||
# } | ||
remove_reply_message_if_eap | ||
Post-Auth-Type REJECT { | ||
sql | ||
attr_filter.access_reject | ||
eap | ||
remove_reply_message_if_eap | ||
} | ||
} | ||
|
||
pre-proxy { | ||
# operator-name | ||
# cui | ||
# files | ||
# attr_filter.pre-proxy | ||
# pre_proxy_log | ||
} | ||
|
||
post-proxy { | ||
# post_proxy_log | ||
# attr_filter.post-proxy | ||
eap | ||
# Post-Proxy-Type Fail-Accounting { | ||
# detail | ||
# } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
server inner-tunnel { | ||
listen { | ||
ipaddr = 127.0.0.1 | ||
port = 18120 | ||
type = auth | ||
} | ||
authorize { | ||
filter_username | ||
# filter_inner_identity | ||
chap | ||
mschap | ||
# unix | ||
# IPASS | ||
suffix | ||
# ntdomain | ||
update control { | ||
&Proxy-To-Realm := LOCAL | ||
} | ||
eap { | ||
ok = return | ||
} | ||
files | ||
sql | ||
# smbpasswd | ||
-ldap | ||
# daily | ||
|
||
expiration | ||
logintime | ||
pap | ||
} | ||
|
||
authenticate { | ||
Auth-Type PAP { | ||
pap | ||
} | ||
Auth-Type CHAP { | ||
chap | ||
} | ||
Auth-Type MS-CHAP { | ||
mschap | ||
} | ||
mschap | ||
# pam | ||
# Auth-Type LDAP { | ||
# ldap | ||
# } | ||
eap | ||
} | ||
|
||
session { | ||
radutmp | ||
sql | ||
} | ||
|
||
post-auth { | ||
# cui-inner | ||
# reply_log | ||
sql | ||
# sql_log | ||
# ldap | ||
# moonshot_host_tid | ||
# moonshot_realm_tid | ||
# moonshot_coi_tid | ||
# update { | ||
# &outer.session-state: += &reply: | ||
# } | ||
# update outer.session-state { | ||
# MS-MPPE-Encryption-Policy !* ANY | ||
# MS-MPPE-Encryption-Types !* ANY | ||
# MS-MPPE-Send-Key !* ANY | ||
# MS-MPPE-Recv-Key !* ANY | ||
# Message-Authenticator !* ANY | ||
# EAP-Message !* ANY | ||
# Proxy-State !* ANY | ||
# } | ||
|
||
Post-Auth-Type REJECT { | ||
sql | ||
attr_filter.access_reject | ||
update outer.session-state { | ||
&Module-Failure-Message := &request:Module-Failure-Message | ||
} | ||
} | ||
} | ||
|
||
pre-proxy { | ||
# files | ||
# attr_filter.pre-proxy | ||
# pre_proxy_log | ||
} | ||
|
||
post-proxy { | ||
# post_proxy_log | ||
# attr_filter.post-proxy | ||
eap | ||
} | ||
|
||
} # inner-tunnel server block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Alias /mangospot /var/www/MangoSpot | ||
<Directory /> | ||
Options FollowSymLinks | ||
AllowOverride All | ||
</Directory> | ||
<Directory /var/www/MangoSpot/> | ||
Options Indexes FollowSymLinks MultiViews | ||
AllowOverride All | ||
Order allow,deny | ||
allow from all | ||
</Directory> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
query = "\ | ||
SELECT UNIX_TIMESTAMP() - UNIX_TIMESTAMP(AcctStartTime) \ | ||
FROM radacct \ | ||
WHERE UserName='%{${key}}' \ | ||
ORDER BY AcctStartTime LIMIT 1" |
Oops, something went wrong.