<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">i am using freeradius 1.1.7, not that old rite??? i've tried using := operator and cleartext-password but still doesn't work..this bellow is my radcheck table..<br>+----+----------+--------------------+----+--------+<br>| id | UserName | Attribute          | op | Value  |<br>+----+----------+--------------------+----+--------+<br>|  1 | nizar    | Password           | == | nizar  |<br>|  2 | nizar1   | Password           | == | nizar1 |<br>|  6 | tes      | Max-All-Session    | == | 90     |<br>|  4 | tes      | Password           |
 == | tes    |<br>|  7 | denizaro | Cleartext-Password | := | 123456 |<br>|  8 | denizaro | Max-All-Session    | := | 30     |<br>+----+----------+--------------------+----+--------+<br>6 rows in set (0.00 sec)<br><br>i try to log in with user denizaro first time before i add attribute max-all-session its succesfully logged in, but after i adding max-all-session attribut its failed..<br>whats happen??<br><br>--- On <b>Sat, 5/9/09, Ivan Kalik <i><tnt@kalik.net></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Ivan Kalik <tnt@kalik.net><br>Subject: Re: authentication failed because sqlcounter...<br>To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org><br>Date: Saturday, May 9, 2009, 2:51 AM<br><br><div class="plainMail">> mm confusing..i just enable the sqlcounter in
 radiusd.conf. i just let it<br>> as default no change i made in noresetcounter module. then i adding<br>> noresetcounter in authorize and instantiate section.<br>> i have defined 1user named tes and password tes has loged in normally<br>> before i add attribut max-all-session in the table radcheck just like<br>> this.<br>> +----+----------+-----------------+----+--------+<br>> | id | UserName | Attribute       | op | Value  |<br>> +----+----------+-----------------+----+--------+<br>> |  1 | nizar    | Password        | == | nizar  |<br>> |  2 | nizar1   | Password        | == | nizar1 |<br>> |  6 | tes      | Max-All-Session | == | 90     |<br>> |  4 | tes      |
 Password        | == | tes    |<br>> +----+----------+-----------------+----+--------+<br>> after i adding the attribut max-all-session the user tes cannot login<br>> anymore. i do running freeradius in debug mode and the following si the<br>> result..<br><br>:= not ==. And that password attribute Password is deprecated for many<br>years. How old is your freeradius version?<br><br>Ivan Kalik<br>Kalik Informatika ISP<br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a></div></blockquote></td></tr></table><br>