wifi认证Portal开发系列:Radius与FreeRadius简介

Posted 睡猪遇上狼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wifi认证Portal开发系列:Radius与FreeRadius简介相关的知识,希望对你有一定的参考价值。

RADIUS

维基百科上的介绍:

Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA or Triple A) management for users who connect and use a network service. RADIUS was developed by Livingston Enterprises, Inc. in 1991 as an access server authentication and accounting protocol and later brought into the Internet Engineering Task Force(IETF) standards.

简单的来说,RADUIS是一种网络协议,提供认证、授权以及计费(AAA)的集中式管理。

 

FreeRADIUS

FreeRADIUS is a modular, high performance free RADIUS suite developed and distributed under the GNU General Public License, version 2, and is free for download and use. The FreeRADIUS Suite includes a RADIUS server, a BSD-licensed RADIUS client library, a PAM library, an Apache module, and numerous additional RADIUS related utilities and development libraries.[2]

In most cases, the word "FreeRADIUS" refers to the free open source RADIUS server from this suite.

FreeRADIUS is the most popular open source RADIUS server[3] and the most widely deployed RADIUS server in the world.[3] It supports all common authentication protocols, and the server comes with a PHP-based web user administration tool called dialupadmin. It is the basis for many commercial RADIUS products and services, such as embedded systems, RADIUS appliances that support Network Access Control, and WiMAX. It supplies the AAA needs of many Fortune-500 companies, telcos, and Tier 1 ISPs. It is also widely used in the academic community, including eduroam. The server is fast, feature-rich, modular, and scalable.

简单的来说,FreeRadius是一个开源免费的RADIUS协议的实现,服务器核心所包含的模块支持LDAPmysqlPostgreSQLOracle和许多其他数据库。

 

 

以上是关于wifi认证Portal开发系列:Radius与FreeRadius简介的主要内容,如果未能解决你的问题,请参考以下文章

wifi认证Portal开发系列:portal协议的java封装

使用hostapd作为radius服务器,用于企业wifi加密认证

Android 连接wifi 检测是否需要portal 认证

portal认证系统怎么放没网

什么是Portal认证方式?

无线热点登陆认证原理探究---captive portal 什么是Captive Portal