privacyidea / FreeRADIUS

Add two factor authentication to FreeRADIUS via privacyIDEA
GNU General Public License v2.0
19 stars 17 forks source link

add empty attribute 'pass' #42

Closed MatthiasLaechele closed 4 years ago

MatthiasLaechele commented 4 years ago

Setting up a PUSH token without PIN results in the following problem with a RADIUS authentication request. The RADIUS request only contains the User-Name attribute. A PIN can not be used, because during the login process (RDP via RDGateway) no PIN can be entered by the user.

It is declined by PI backend on /validate/check with ERR905: Missing parameter: 'pass'

Add empty password if User-Password is not present in RADIUS request.