27 Nov
2012
27 Nov
'12
11:48 a.m.
vazoumana fofana wrote:
i ve got question about authentication : i want to set in users file, a user who can be authenticated by two ways : EAP-TLS (certificate) and EAP-TTLSP, PAP (login password).
EAP-TLS doesn't really use the "users" file.
For a same and unique login, can i do this ? Or freeradius just check the first entry wich corresponds ?
FreeRADIUS authenticates the user with the information it has. If the user has a valid certificate, he's authenticated. If the user has a valid password, he's authenticated. This is the same as a user trying PAP, CHAP, or MS-CHAP. They all work. They can all be used by the same user. Alan DeKok.