Parsing the multiple attributes with same name

2011-10-04 Thread denizaydin
Hi, Cisco ISG uses same attribute with different value's for multiple purposes. The value format defines the usages!. Like ; Cisco-Account-Info attribute with value beginning with V represent accouting cookie and value beginning with S defines session identifier. For parsing the Cisco-Accoun

Re: Reverting Accept-Reject to Access-Accept

2011-09-29 Thread denizaydin
Sometimes rejecting users won't help. Cisco ISG or Cisco IOS can not apply a default service for rejected PPP user's (they only support for IP session). I now that this is not the desired solution. - Deniz AYDIN Senior Network Engineer -- View this message in context: http://freeradius.104

Re: Reverting Accept-Reject to Access-Accept

2011-09-29 Thread denizaydin
Thanks a lot, that works. - Deniz AYDIN Senior Network Engineer -- View this message in context: http://freeradius.1045715.n5.nabble.com/Reverting-Accept-Reject-to-Access-Accept-tp4811142p4853599.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/

Re: Reverting Accept-Reject to Access-Accept

2011-09-29 Thread denizaydin
Is there any method that you can suggest for reverting Reject message? - Deniz AYDIN Senior Network Engineer -- View this message in context: http://freeradius.1045715.n5.nabble.com/Reverting-Accept-Reject-to-Access-Accept-tp4811142p4853488.html Sent from the FreeRadius - User mailing list a

Re: Reverting Accept-Reject to Access-Accept

2011-09-29 Thread denizaydin
If I use the Cleartext-Password, the configuration in the Autz-Type section is not working. So I tried to put this config on Post-Auth-Type REJECT section but it's not working. It's seems that it is not possible to revert Access-Reject to Access-Accept in the post-auth section. Is the configuratio

Re: Reverting Accept-Reject to Access-Accept

2011-09-27 Thread denizaydin
Hi, If I use Cleartext-Password in user configuration like Cleartext-Password := test the be love configuration is not working as sql returns ok even if the password is wrong. Autz-Type PPPOE_SUBSCRIBER { if (notfound) { update control {

Re: SQL Insert Problem for attribute values including "#"

2011-09-21 Thread denizaydin
Ighh.. Sorry I missed it. - Deniz AYDIN Senior Network Engineer -- View this message in context: http://freeradius.1045715.n5.nabble.com/SQL-Insert-Problem-for-attribute-values-including-tp4825658p4825971.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/s

SQL Insert Problem for attribute values including "#"

2011-09-21 Thread denizaydin
Hi, I have called-station-id attribute in accounting requests like ; Calling-Station-Id = "#AXDI_06ULUS_15 atm 1/1/06/01:8.35" While inserting to database freeradius inserts it like "=23AXDI_06ULUS_15 atm 1/1/06/01:8.35". It replaces # with = . I have tried with other attributes like Connect-Inf

Re: Reverting Accept-Reject to Access-Accept

2011-09-20 Thread denizaydin
Thanks a lot James, thats solved my problem with the version 2.1.12 authorize { Autz-Type PPPOE_SUBSCRIBER { sql if (notfound) { update control { Auth-Type := Accept } } } } [sql] User ccotesist06adsl not found ++

Re: 2.1.12 potential problem...

2011-09-20 Thread denizaydin
Sorry for that, I havent check the config output that's my fault. But 2.1.11 was working fine. Nevermind 2.1.12 is working now. - Deniz AYDIN Senior Network Engineer -- View this message in context: http://freeradius.1045715.n5.nabble.com/2-1-12-potential-problem-tp4811959p4822190.html Sent

Re: 2.1.12 potential problem...

2011-09-20 Thread denizaydin
I can not see its giving this error while starting. Do I have to change installation directory or the library dirctory in the radiusd.conf? [10:15:39.9] gmake[11]: Entering directory `/home/network/Downloads/freeradius-server-2.1.12/src/modules/rlm_sql/drivers/rlm_sql_postgresql' [10:15:39.9] if

Re: 2.1.12 potential problem...

2011-09-19 Thread denizaydin
Hi, I have upgraded to version 2.1.12 but its givin error for rlm_sql_postgresql. (For solving the problem on post "Reverting Accept-Reject to Access-Accept". radiusd -X FreeRADIUS Version 2.1.12, for host i686-pc-linux-gnu, built on Sep 19 2011 at 17:42:41 Copyright (C) 1999-2009 The FreeRADIUS s

Reverting Accept-Reject to Access-Accept

2011-09-16 Thread denizaydin
Hi, I am using Version 2.1.11 for broadband PPP authentication. I want to put the unauthenticated users to a default service. I have to revert the access-reject message to access-accept because once CISCO ISG get a access-reject from the AAA server it's terminating the ppp with access-reject. I

Re: Using a single row in radreply

2011-08-16 Thread denizaydin
Hi Fajar, Thanks for your reply. I guess we have to redesign the database as you said with one row it is not easy to add new attributes. I don't prefer to make changes in the source code as it may lead additional problems while upgrading freeradius. - Deniz AYDIN Senior Network Engineer -

Using a single row in radreply

2011-08-15 Thread denizaydin
Hi, I am new to FreeRadius and trying to migrate from radiator to FreeRadius for our broadband solution. We are using SQL for subscriber aaa. As It'is stated in the documentation radreply is expecting the return data in form of multiple rows per users which each one includes one attribute, value