Hello freeradius-users,

I need your help with the following.

freeradius-0.6 + RH7.2 + Oracle

Accounting and auth use sql. It works OK, but when I add
Exec-Program-Wait, radius doesn't call my program

radcheck
----------------------------------------------------------------
username | attribute       | value                    | op
----------------------------------------------------------------
mailtest | User-Password   | test                     | :=
----------------------------------------------------------------

radgroupcheck
----------------------------------------------------------------
groupname | attribute       | value                    | op
----------------------------------------------------------------
mailbox   | Auth-Type       | PAP                      | :=
----------------------------------------------------------------
mailbox   |Framed-Filter-Id | 101.in                   | :=
----------------------------------------------------------------
mailbox   |Framed-Filter-Id | 102.out                   | :=
----------------------------------------------------------------


usergroup
-------------------------------------
username     | groupname
-------------------------------------
mailtest     | mailbox
-------------------------------------


I change 'radcheck' table so:
radcheck
----------------------------------------------------------------
username | attribute       | value                    | op
----------------------------------------------------------------
mailtest | User-Password   | test                     | :=
----------------------------------------------------------------
mailtest |Exec-Program-Wait| /usr/billing/check %u    | :=
----------------------------------------------------------------

But this doesn't work for me.

Am I something missing?

Yout help is very, very appreciated.


Best regards,
 Ruslan                          mailto:[EMAIL PROTECTED]


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

Reply via email to