我想知道你们是否可以帮助我配置 freeradius。
我将其配置为能够通过 Ldap 进行身份验证来访问我的 wifi(带有单点设置的 cisco WAP321 Wireless-N 可选频段接入点),并且从 shell 测试时它运行良好,但在 cisco 发送请求时则不然。
我想我找到它的来源了:当我从 shell 发送请求时,您可以看到它发送以下内容:
Received Access-Request Id 80 from 10/ip:54745 to ip:1812 length 109
User-Name = 'username'
User-Password = 'password'
NAS-IP-Address = ip
NAS-Port = 0
Message-Authenticator = 0x3c2cfee784c322c6ed8dd8d33d17a99d
Framed-Protocol = PPP
EAP-Message = 0x0291001201656d696c69652e636f656c686f
但是当思科发送它时:
Access-Request Id 0 from ip:33571 to ip:1812 length 176
User-Name = 'username'
NAS-IP-Address = ip
NAS-Port = 0
Called-Station-Id = 'B8-38-61-EE-2F-AA:UShareSoft-secure'
Calling-Station-Id = '9C-2A-70-C8-E4-E1'
Framed-MTU = 1400
NAS-Port-Type = Wireless-802.11
Connect-Info = 'CONNECT 0Mbps 802.11g'
EAP-Message = 0x0200001201656d696c69652e636f656c686f
Message-Authenticator = 0x162cba8095a9b8a60a9697913a9ec8d9
思科的用户密码在哪里?
Ldap 不起作用,因为它找不到可以比较的密码。
提前感谢您的建议和回答!