Hi,
I am try to use huntgroups to restrict user access to a certain NAS.
However I cannot get it to work using the huntgroup files and user files. I have tried using sql, this does work for me either.
This is my configuration for files.
users:
bob Cleartext-Password := "bob", Huntgroup-Name="site1"
Reply-Message := "Hello, %{User-Name}"
huntgroups
site1 NAS-IP-Address == 10.1.1.13
The user can login when Huntgroup-Name="site1" is removed.
This from debug:
(33) eap_mschapv2 : Auth-Type MS-CHAP {
(33) WARNING: mschap : No Cleartext-Password configured. Cannot create LM-Password
(33) WARNING: mschap : No Cleartext-Password configured. Cannot create NT-Password
(33) mschap : Creating challenge hash with username: bob
(33) mschap : Client is using MS-CHAPv2
(33) ERROR: mschap : FAILED: No NT/LM-Password. Cannot perform authentication
(33) ERROR: mschap : MS-CHAP2-Response is incorrect
(3
Jake He