Kupiki-Hotspot-Script icon indicating copy to clipboard operation
Kupiki-Hotspot-Script copied to clipboard

Validate that all password types in daloradius are usable for users creation (crypt, md5, etc.)

Open pihomeserver opened this issue 7 years ago • 2 comments

Control that all methods available within daloradius for the password storage are compliant with the authentication process (md5, crypt, etc.)

pihomeserver avatar Jun 30 '17 12:06 pihomeserver

Default radius authentication uses the chap module which supports only clear text passwords Update of the script to configure Freeradius to use pap module by default. It supports :

  • clear: Clear text
  • crypt: Unix crypt
  • md5: MD5 encryption
  • sha1: SHA1 encryption (with external script to generate encrypted password)

(With help from https://www.packtpub.com/books/content/storing-passwords-using-freeradius-authentication)

pihomeserver avatar Jul 04 '17 17:07 pihomeserver

There is an issue in activating the pap module due to the ChilliLibrary.js. Has to be fixed with the coova configuration and the portal setup

https://sourceforge.net/p/hotcakes/wiki/Coova%20Chilli%20JSON%20Interface/

pihomeserver avatar Jul 07 '17 07:07 pihomeserver