⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wimax.conf

📁 freeradius-server-2.1.3.tar.gz安装源文件
💻 CONF
字号:
# -*- text -*-#### wimax.conf -- MySQL configuration for WiMAX keying####	$Id$	# Safe characters list for sql queries. Everything else is replaced	# with their mime-encoded equivalents.	# The default list should be ok	#safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"	#######################################################################	#  Query config:  Username	#######################################################################	# This is the username that will get substituted, escaped, and added	# as attribute 'SQL-User-Name'.  '%{SQL-User-Name}' should be used below	# everywhere a username substitution is needed so you you can be sure	# the username passed from the client is escaped properly.	#	#  Uncomment the next line, if you want the sql_user_name to mean:	#	#    Use Stripped-User-Name, if it's there.	#    Else use User-Name, if it's there,	#    Else use hard-coded string "DEFAULT" as the user name.	#sql_user_name = "%{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}}"	#	sql_user_name = "%{User-Name}"	#######################################################################	# Logging of WiMAX SPI -> key mappings	#######################################################################	# postauth_query		- Insert some info after authentication	#######################################################################	postauth_query = "INSERT INTO wimax \                          (username, authdate, spi, mipkey, lifetime) \                          VALUES ( \                          '%{User-Name}', '%S' \                          '%{%{reply:WiMAX-MN-hHA-MIP4-SPI}:-%{reply:WiMAX-MN-hHA-MIP6-SPI}}', \                          '%{%{reply:WiMAX-MN-hHA-MIP4-Key}:-%{reply:WiMAX-MN-hHA-MIP6-Key}}', '%{%{reply:Session-Timeout}:-86400}' )"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -