oracle stored procédure

tnt at kalik.net tnt at kalik.net
Thu Nov 20 22:17:31 CET 2008


Try fixing obvious errors:

>                   to_char('Cleartest-Password') as attributes,

Cleartext-Password

>                   to_char(password) as value,
>                   to_char('==') as operator

should be :=

>            FROM dual
>            union
>            SELECT to_number('2') as ID,
>                   to_char(name) as username,
>                   to_char('Simultaneous_Use') as attributes,

Simultaneous-Use

>                   to_char(loginlimit) as value,
>                   to_char(':=') as operator
>            FROM dual
>
>    return resultSet;

Not sure if it will help, but will make it work properly later.

Ivan Kalik
Kalik Informatika ISP




More information about the Freeradius-Users mailing list