mpangrazzi / pepper

Tiny JS client library for CoovaChilli JSON Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAP support is broken

mpangrazzi opened this issue · comments

PAP support is broken.

Right now we're sending password in cleartext instead of using challenge (as for CHAP). However, after looking at those sources, it seems that CoovaChilli is expecting an encoded password (using challenge) instead.

We have to reimplement PAP support in a more decent way.