简体   繁体   English

Freeradius中的认证协议

[英]Authentication Protocol in Freeradius

I want to setup a radius server for my college of around 2000 students and a hundred faculties. 我想为大约2000名学生和100个系的学院设置一个Radius服务器。 I am familiar with freeradius + MySQL but never deployed it except for in on my laptop. 我对freeradius + MySQL很熟悉,但是除了在我的笔记本电脑上以外,从未部署过它。

  1. Which Authentication protocol should I Choose if my Considerations are 如果我的考虑因素是我应该选择哪种Authentication protocol
    Easy for Users to Connect to NAS , Easy to Setup for the Users.(w/o 3rd party softwares). 易于用户连接到NAS ,易于用户安装(不带第三方软件)。
  2. Can I use WPA2-personal ? 我可以使用WPA2-personal吗?
  3. Is Certificates necessary and if so how can I implement it? Certificates是否必要?如果需要,该如何实施?
  4. Is there any particular EAP flavor that is supported by both Windows and Linux? Windows和Linux是否都支持任何特定的EAP风格?
  1. The only protocols which match your requirements are EAP-TLS and EAP-PEAP. 符合您要求的唯一协议是EAP-TLS和EAP-PEAP。 They are pretty much universally supported by all supplicants. 他们几乎得到了所有请求者的普遍支持。 EAP-PEAP uses username/password as credentials whereas EAP-TLS uses client certificates. EAP-PEAP使用用户名/密码作为凭据,而EAP-TLS使用客户端证书。

  2. No. you should use WPA2-Enterprise. 不,您应该使用WPA2-Enterprise。

  3. No. Not if you use EAP-PEAP. 否。如果您使用EAP-PEAP,则不会。

  4. EAP-PEAP and EAP-TLS are supported by both. 两者均支持EAP-PEAP和EAP-TLS。

Note: For EAP-PEAP you either need to have the NT-Password hash of the user, the user's password in cleartext, or an Active directory server which you can auth against. 注意:对于EAP-PEAP,您需要具有用户的NT-Password哈希,明文形式的用户密码或可以进行身份​​验证的Active Directory服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM