On Wed, 8 Oct 2003, net.art communications GmbH wrote:

> Hello,
>
> Can anybody help me?
> Password Expiration is not work here.
>
> In userfile work this fine, but not in
> MySql.
>
> mysql> SELECT * FROM radcheck;
> +----+----------+------------+----+--------------+
> | id | UserName | Attribute  | op | Value        |
> +----+----------+------------+----+--------------+
> |  1 | bob      | Password   | == | testing      |
> |  2 | bob      | Expiration | := | "8 Oct 2003" |
> +----+----------+------------+----+--------------+
>
> is this correct?

You have to use the == operator for Expiration due to the way it is implemented
in freeradius (through a registered comapre function).

>
> --
> Mario
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to