freeradius cisco-avpair problem

2005-07-19 Thread Matthias Wolf
: Authorization denied (acl= AAA-user-test) for user 'test' from 10.10.10.23/1369 to xx.xx.xx.xx/53 on interface inside. My avpair looks like: ip:inacl#1=permit tcp host 10.10.10.23 any . Where is my mistake? Either on the pix or at my kind of avpairs? Muchas gracias, Matthias Wolf - List info

AW: freeradius--with mysql database???

2004-07-14 Thread Matthias Wolf
Hey Joel, had the same problem on freebsd. The rlm_sql_mysql will be compiled automatically if all libs are installed. If not, go to your source directory in the folder: freeradius-snapshot-xx\src\modules\rlm_sql\drivers\rlm_sql_mysql and compile the rlm by hand to see what's missing. The libs

AW: AW: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-13 Thread Matthias Wolf
OK, I downloaded the latest Version. But during the make process there was an error: /usr/apps/freeradius-snapshot-20040712/libtool --mode=link gcc rlm_dbm_parser.o ../../lib/libradius.la -lcrypto -o rlm_dbm_parser gcc rlm_dbm_parser.o -o .libs/rlm_dbm_parser ../../lib/.libs/libradius.so

AW: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-13 Thread Matthias Wolf
that if you want to return more than one attribute of the same type, you have to use += instead of = in the Op field. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wolf Sent: Monday, July 12, 2004 9:39 PM To: [EMAIL PROTECTED] Subject: AW: Cisco

AW: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-13 Thread Matthias Wolf
Escuche. I want to write the Cisco-AVPair into the radacct.MySQL.Table. Every time my sql-string , '%{cisco-avpair}') in the sql.conf, returns only the ip address and not the other stuff like ports and so on. Here my modified SQL-String: accounting_update_query_alt = INSERT into ${acct_table1}

Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-12 Thread Matthias Wolf
-ip=192.168.0.127)If I use sql.conf: %{ ip:source-ip'}', there returns nothing.Thanks a lot for any idea!Atentamente, Matthias Wolf

AW: Cisco-AVPair store in MySQL4/freeradius1.0.0

2004-07-12 Thread Matthias Wolf
write += instead of =. Works fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Monday, July 12, 2004 6:07 PM To: [EMAIL PROTECTED] Subject: Re: Cisco-AVPair store in MySQL4/freeradius1.0.0 Matthias Wolf [EMAIL PROTECTED] wrote