Marco Spiga <mspiga3 at alice.it> wrote: > the users file contain: > > "test" Auth-Type := EAP, User-Password == "password" Use ':=' for the password, not '=='. The debug log would show that it's not matching that entry. Once you make this change, it *will* show it's matching that entry. Alan DeKok.