16 Sep
2012
16 Sep
'12
3:49 a.m.
De : Fajar A. Nugraha <list@fajar.net>
On Sun, Sep 16, 2012 at 7:00 AM, Mik J <mikydevel@yahoo.fr> wrote:
Hello,
I don't know why I can't make my authentication working with Juniper secure access
I have a user +----+----------+--------------------+------------+----+ | id | username | attribute | value | op | +----+----------+--------------------+------------+----+ | 9 | t2 | Cleartext-Password | passsecret | == | +----+----------+--------------------+------------+----+
Change the op to ":="
... which you should've seen if you read the included doc/rlm_sql
Thank you for your answer Fajar, it helped although the authentication is not fully functional. For now I'll read again the documentation.