Re: Max Monthly Traffic

2009-08-19 Thread Goke Aruna

Neville wrote:

Hi everyone,
 
I'm trying to setup a new counter maxmonthlytraffic, but as soon as I 
connected, sql_counter sends reply to do a session timout and I get 
disconnected.
 
This is what I've done so far...
 
I've added to ./raddb/sql/mysql/counter.conf
 
/sqlcounter monthlytraffic {

counter-name = Monthly-Traffic
check-name = Max-Monthly-Traffic
sqlmod-inst = sql
key = User-Name
reset = monthly/
// 
/query = SELECT 
(sum(acctinputoctets)+sum(acctoutputoctets)) \

FROM radacct WHERE username='%{%k}' AND \
Month(acctstoptime) =(Month(NOW())) AND \
Year(acctstoptime) = Year(NOW())
}/
// 
/authorize {/
// 
/../

/monthlytraffic/
// 
/}/
// 
/instantiate {/
// 
/monthlytraffic/
// 
/}/
// 
created a dictionary entry in daloradius as..

id  
9433
Typeinteger
Attribute   Max-Monthly-Traffic
Value   /NULL/
Format  /NULL/
Vendor  dictionary.freeradius.internal
RecommendedOP   :=
RecommendedTablecheck
RecommendedHelper 	 
RecommendedTooltip 	Check Monthly Traffic Allowance


 
 
User created as testmaxm, with the following attributes set:-
 
*Check*

Simultaneous-Use := 1
Pool-Name := tvpool
Cleartext-Password := testmaxm
Max-Monthly-Traffic := 1049   (10Mb)   (If this is removed from the 
Check, the user connects fine, so everything else is working)
 
*Reply*

Framed-MTU = 1400
Framed-Protocol = PPP
Service-Type = Framed-User
Acct-Interim-Interval := 300(Every 5 mins for testing)
 
*Some Debug...*
 
rlm_sqlcounter: Check item is greater than query result

rlm_sqlcounter: Authorized user testmaxm, check_item=1049, counter=80411
rlm_sqlcounter: Sent Reply-Item for user testmaxm, Type=Session-Timeout, 
value=11601138

++[monthlytraffic] returns ok
 
rad_recv: Accounting-Request packet from host aaa.bbb.ccc.ddd port 
53637, id=47, length=140

Acct-Session-Id = 4A8B6FA0721900
User-Name = testmaxm
Acct-Status-Type = Interim-Update
Service-Type = Framed-User
Framed-Protocol = PPP
Acct-Authentic = RADIUS
Acct-Session-Time = 600
Acct-Output-Octets = 37033544
Acct-Input-Octets = 906612
Acct-Output-Packets = 27837
Acct-Input-Packets = 15791
NAS-Port-Type = Async
Framed-IP-Address = 192.168.0.29
NAS-Identifier = aaa.bbb.ccc.ddd
NAS-Port = 1
Acct-Delay-Time = 0
+- entering group preacct {...}
++[preprocess] returns ok
[acct_unique] Hashing 'NAS-Port = 1,Client-IP-Address = 
193.33.186.190,NAS-IP-Address = aaa.bbb.ccc.ddd,Acct-Session-Id = 
4A8B6FA0721900,User-Name = testmaxm'

[acct_unique] Acct-Unique-Session-ID = 049e959019a363e4.
++[acct_unique] returns ok
[suffix] No '@' mailto:'@' in User-Name = testmaxm, looking up realm 
NULL

[suffix] No such realm NULL
++[suffix] returns noop
+- entering group accounting {...}
[detail]expand: 
/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d - 
/var/log/radius/radacct/aaa.bbb.ccc.ddd/detail-20090819
[detail] /var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d 
expands to /var/log/radius/radacct/aaa.bbb.ccc.ddd/detail-20090819

[detail]expand: %t - Wed Aug 19 03:31:04 2009
++[detail] returns ok
rlm_sql (sql): Reserving sql socket id: 1
[sqlippool] expand: %{User-Name} - testmaxm
[sqlippool] sql_set_user escaped user -- 'testmaxm'
[sqlippool] expand: START TRANSACTION - START TRANSACTION
rlm_sql_mysql: query:  START TRANSACTION
[sqlippool] expand: UPDATE radippool  SET expiry_time = NOW() + 
INTERVAL 3600 SECOND  WHERE nasipaddress = '%{Nas-IP-Address}' AND 
pool_key = '%{NAS-Port}'  AND username = '%{User-Name}'  AND 
callingstationid = '%{Calling-Station-Id}'  AND framedipaddress = 
'%{Framed-IP-Address}' - UPDATE radippool  SET expiry_time = NOW() + 
INTERVAL 3600 SECOND  WHERE nasipaddress = 'aaa.bbb.ccc.ddd' AND 
pool_key = '1'  AND username = 'testmaxm'  AND callingstationid = ''  
AND framedipaddress = '192.168.0.29'
rlm_sql_mysql: query:  UPDATE radippool  SET expiry_time = NOW() + 
INTERVAL 3600 SECOND  WHERE nasipaddress = 'aaa.bbb.ccc.ddd' AND 
pool_key = '1'  AND username = 'testmaxm'  AND callingstationid = ''  
AND framedipaddress = '192.168.0.29'

[sqlippool] expand: COMMIT - COMMIT
rlm_sql_mysql: query:  COMMIT
rlm_sql (sql): Released sql socket id: 1
++[sqlippool] returns ok
[sql]   expand: %{User-Name} - testmaxm
[sql] sql_set_user escaped user -- 'testmaxm'
[sql]   expand: %{Acct-Input-Gigawords} -
[sql]   expand: %{Acct-Input-Octets} - 906612
[sql]   expand: %{Acct-Output-Gigawords} -
[sql]   expand: %{Acct-Output-Octets} - 37033544
[sql]   expand:UPDATE radacct   SET  
framedipaddress = '%{Framed-IP-Address}',  
acctsessiontime = '%{Acct-Session-Time}',  
acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}'   32 
|   

my freeradius-2.1.6 is not auth with PIN only

2009-06-09 Thread Goke Aruna
I will be glad, if anyone can direct me to whare The log below is the 
part of the debug for the new test freeradius server 2.1.6 am testing with.


However, the hotspotlogin,cgi is able to pass the param username to the 
radius but when the query is run against the database the Tue Jun  9 
14:59:48 2009 : Info: [sql]  expand: %{User-Name} - 
0x32333435363738393031 the value of the username sent is changed.


I have disabled the chap in the /usr/local/etc/raddb/sites-enabled/default.

kindly advise on what to do.

### my radcheck has the info below.

mysql select * from radcheck;
+-+++++
| id  | username   | attribute  | op | value  |
+-+++++
|   5 | 2345678901 | Auth-Type  | := | Accept |
| 201 | 1234567890 | Cleartext-Password | := | 1234567890 |
+-+++++
4 rows in set (0.00 sec)


##radiusd -XX (part of the debug)

rad_recv: Access-Request packet from host 127.0.0.1 port 44600, id=0, 
length=189

ChilliSpot-Max-Input-Octets = 0x32333435363738393031
ChilliSpot-Max-Output-Octets = 0
NAS-IP-Address = 127.0.0.1
Service-Type = Login-User
Framed-IP-Address = 192.168.182.2
Calling-Station-Id = 00-1F-29-80-62-F3
Called-Station-Id = 00-50-DA-0C-C9-B0
NAS-Identifier = nas01
Acct-Session-Id = 4a2e6a77
NAS-Port-Type = Wireless-802.11
NAS-Port = 0
Message-Authenticator = 0xf2ee6add34820fb96dcceef08c07bbc5
WISPr-Logoff-URL = http://192.168.182.1:3990/logoff;
Tue Jun  9 14:59:48 2009 : Info: +- entering group authorize {...}
Tue Jun  9 14:59:48 2009 : Info: ++[preprocess] returns ok
Tue Jun  9 14:59:48 2009 : Info: ++[mschap] returns noop
Tue Jun  9 14:59:48 2009 : Info: [suffix] No '@' in User-Name = 
2345678901, looking up realm NULL

Tue Jun  9 14:59:48 2009 : Info: [suffix] No such realm NULL
Tue Jun  9 14:59:48 2009 : Info: ++[suffix] returns noop
Tue Jun  9 14:59:48 2009 : Info: [eap] No EAP-Message, not doing EAP
Tue Jun  9 14:59:48 2009 : Info: ++[eap] returns noop
Tue Jun  9 14:59:48 2009 : Info: ++[unix] returns notfound
Tue Jun  9 14:59:48 2009 : Info: ++[files] returns noop
Tue Jun  9 14:59:48 2009 : Info: [sql]  expand: %{User-Name} - 
0x32333435363738393031
Tue Jun  9 14:59:48 2009 : Info: [sql] sql_set_user escaped user -- 
'0x32333435363738393031'

Tue Jun  9 14:59:48 2009 : Debug: rlm_sql (sql): Reserving sql socket id: 4
Tue Jun  9 14:59:48 2009 : Info: [sql]  expand: SELECT id, username, 
attribute, value, op   FROM radcheck   WHERE username = 
'%{SQL-User-Name}'   ORDER BY id - SELECT id, username, 
attribute, value, op   FROM radcheck   WHERE username = 
'0x32333435363738393031'   ORDER BY id
Tue Jun  9 14:59:48 2009 : Info: [sql]  expand: SELECT groupname 
   FROM radusergroup   WHERE username = '%{SQL-User-Name}' 
  ORDER BY priority - SELECT groupname   FROM radusergroup 
  WHERE username = '0x32333435363738393031'   ORDER BY 
priority

Tue Jun  9 14:59:48 2009 : Debug: rlm_sql (sql): Released sql socket id: 4
Tue Jun  9 14:59:48 2009 : Info: [sql] User 0x32333435363738393031 not found
Tue Jun  9 14:59:48 2009 : Info: ++[sql] returns notfound
Tue Jun  9 14:59:48 2009 : Info: ++[expiration] returns noop
Tue Jun  9 14:59:48 2009 : Info: ++[logintime] returns noop
Tue Jun  9 14:59:48 2009 : Info: [pap] WARNING! No known good password 
found for the user.  Authentication may fail because of this.

Tue Jun  9 14:59:48 2009 : Info: ++[pap] returns noop
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Entering module 
authorize code
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Could not find Check 
item value pair

Tue Jun  9 14:59:48 2009 : Info: ++[validity] returns noop
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Entering module 
authorize code
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Could not find Check 
item value pair

Tue Jun  9 14:59:48 2009 : Info: ++[noresetcounter] returns noop
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Entering module 
authorize code
Tue Jun  9 14:59:48 2009 : Debug: rlm_sqlcounter: Could not find Check 
item value pair

Tue Jun  9 14:59:48 2009 : Info: ++[hotspotcontrol] returns noop
Tue Jun  9 14:59:48 2009 : Info: No authenticate method (Auth-Type) 
configuration found for the request: Rejecting the user

Tue Jun  9 14:59:48 2009 : Info: Failed to authenticate the user.
Tue Jun  9 14:59:48 2009 : Info: Using Post-Auth-Type Reject
Tue Jun  9 14:59:48 2009 : Info: +- entering group REJECT {...}
Tue Jun  9 14:59:48 2009 : Info: [attr_filter.access_reject]expand: 
%{User-Name} - 0x32333435363738393031
Tue Jun  9 14:59:48 2009 : Debug:  attr_filter: Matched entry DEFAULT at 
line 11
Tue Jun  9 14:59:48 2009 : Info: 

Re: my freeradius-2.1.6 is not auth with PIN only

2009-06-09 Thread Goke Aruna

Alan DeKok wrote:

Goke Aruna wrote:

I will be glad, if anyone can direct me to whare The log below is the
part of the debug for the new test freeradius server 2.1.6 am testing with.

However, the hotspotlogin,cgi is able to pass the param username to the
radius


  It's not in the debug log below.



rad_recv: Access-Request packet from host 127.0.0.1 port 44600, id=0,
length=189


  ... there's no User-Name attribute.  The packet violates the RADIUS
specifications.  Yet, somehow, magically:


Tue Jun  9 14:59:48 2009 : Info: [suffix] No '@' in User-Name =

2345678901, looking up realm NULL

  There's a User-Name in the packet!  How did that happen?


Tue Jun  9 14:59:48 2009 : Info: [sql]  expand: %{User-Name} -
0x32333435363738393031


  And now the User-Name is different!

  You've managed to copy the Chillispot-Max-Input-Octets into the
User-Name.  Why?

  It looks like you've edited the dictionaries without knowing what
you're doing.  Don't do that.

  Alan DeKok.



after commenting out the include directive for dictionary.chillispot 
from the radius dictionary file, i am able to login but my check-item 
which is attribute Max-Secs-Passed was  not loaded.



Thanks but I still need to do the billing based on the added attributes.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


authenticating with PIN only not username and password.

2008-01-23 Thread Goke Aruna

hi all,

Can someone give me an insigth into how a user can authenticate from 
hotspot with 10digit PIN number not username and password.


Thanks

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


Re: authenticating with PIN only not username and password.

2008-01-23 Thread Goke Aruna

Pawel Cieplinski wrote:

Its simple

Pin will be a be a username
And password will be hidden on login page eg:

form name=login
input type=text name=username  -- your pin
input type=hidden name=password value=default -- hidden
password
/form

And radius needs to store usernames (pins) and passwords (default for all)

Thats how i see it

Pawel Cieplinski 


-Original Message-
From: 
[EMAIL PROTECTED]
ius.org 
[mailto:[EMAIL PROTECTED]

.freeradius.org] On Behalf Of Goke Aruna
Sent: 23 January 2008 13:09
To: freeradius-users@lists.freeradius.org
Subject: authenticating with PIN only not username and password.

hi all,

Can someone give me an insigth into how a user can 
authenticate from hotspot with 10digit PIN number not 
username and password.


Thanks

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



--
No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release 
Date: 22/01/2008 20:12





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



Thanks,

I will give it a hand.

goksie

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


Re: One day user account

2007-05-12 Thread Goke Aruna
Jan Mulders wrote:
 ...or if you're feeling lazy and know Perl, rlm_perl is an exellent
 tool to make your own policy decisions (as you can configure perl to
 talk to your mysql database).

 Hope this helps,

 Jan

 On 11/05/07, *Marc Miranda (GOWEX)* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 Take a look at rlm_counter/rlm_sqlcounter (I don't know if it's
 exactly what you are looking for) or if you don't want to
 complicate, just work with a database logic and change the radius
 auth queries depending on certain timestamps and NOW(), for
 example, in the case of MySQL, in sql.conf.

  

 I'm not a guru, but it can be useful for starting looking for some
 of the options…

  

 

 *De:*
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]]
 *En nombre de *Aren Chua
 *Enviado el:* viernes, 11 de mayo de 2007 12:35
 *Para:* freeradius-users@lists.freeradius.org
 mailto:freeradius-users@lists.freeradius.org
 *Asunto:* One day user account

  

  

 Hi All,

  

 I would like to create a user account which only allow user to use
 for 1 day. Once the user has been authenticated, the time will be
 start counting and ended after 24 hours. Although the user didn't
 fully used up their session time, radius still will reject user to
 login.

  

 Can any expert give me some suggestion on how to create this user
 account?

  

 Thanks

  

 Regards,

 Aren Chua

  

 

 Download Messenger. Start an i'm conversation. Support a cause.
 Join Now! http://im.live.com/messenger/im/home/?source=TAGWL_MAY07


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


 

 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
This is achieved with sqlcounter.

http://lists.cistron.nl/pipermail/freeradius-users/2005-October/047532.html

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


Re: freeradius-1.1.5 and FC4

2007-03-25 Thread Goke Aruna
Ronaldo Zhou wrote:
 I encountered the problem, too.

 On 3/21/07, *Goke Aruna* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:

 I installed freeradius-1.1.4 in FC4 and i got all the compilation
 without error.

 However, when i tried to run the radiusd in debug mode i got the
 error below

 Can someone pls point out my problem to me.

 Goksie

 [EMAIL PROTECTED] ~]# radiusd -X
 Starting - reading configuration files ...
 reread_config:  reading radiusd.conf
 Config:   including file: /usr/local/etc/raddb/proxy.conf
 Config:   including file: /usr/local/etc/raddb/clients.conf
 Config:   including file: /usr/local/etc/raddb/snmp.conf
 Config:   including file: /usr/local/etc/raddb/eap.conf
 Config:   including file: /usr/local/etc/raddb/sql.conf
 main: prefix = /usr/local
 main: localstatedir = /usr/local/var
 main: logdir = /usr/local/var/log/radius
 main: libdir = /usr/local/lib
 main: radacctdir = /usr/local/var/log/radius/radacct
 main: hostname_lookups = no
 main: max_request_time = 30
 main: cleanup_delay = 5
 main: max_requests = 1024
 main: delete_blocked_requests = 0
 main: port = 0
 main: allow_core_dumps = no
 main: log_stripped_names = no
 main: log_file = /usr/local/var/log/radius/radius.log
 main: log_auth = no
 main: log_auth_badpass = no
 main: log_auth_goodpass = no
 main: pidfile = /usr/local/var/run/radiusd/radiusd.pid
 main: user = (null)
 main: group = (null)
 main: usercollide = no
 main: lower_user = no
 main: lower_pass = no
 main: nospace_user = no
 main: nospace_pass = no
 main: checkrad = /usr/local/sbin/checkrad
 main: proxy_requests = yes
 proxy: retry_delay = 5
 proxy: retry_count = 3
 proxy: synchronous = no
 proxy: default_fallback = yes
 proxy: dead_time = 120
 proxy: post_proxy_authorize = no
 proxy: wake_all_if_all_dead = no
 security: max_attributes = 200
 security: reject_delay = 1
 security: status_server = no
 main: debug_level = 0
 read_config_files:  reading dictionary
 read_config_files:  reading naslist
 Using deprecated naslist file.  Support for this will go away soon.
 read_config_files:  reading clients
 read_config_files:  reading realms
 radiusd:  entering modules setup
 Module: Library search path is /usr/local/lib
 *** glibc detected *** radiusd: double free or corruption (fasttop):
 0x090fcde8 ***
 === Backtrace: =
 /lib/libc.so.6[0x1b7424]
 /lib/libc.so.6(__libc_free+0x77)[0x1b795f]
 /usr/local/lib/libltdl.so.3[0xd9da50]
 /usr/local/lib/libltdl.so.3(lt_dlopenext+0xc3)[0xd9e51f]
 radiusd(find_module_instance+0x1bd)[0xe98fb5]
 radiusd(setup_modules+0x1c0)[0xe997b0]
 radiusd(main+0x3b0)[0xe9c814]
 /lib/libc.so.6(__libc_start_main+0xc6)[0x168de6]
 radiusd[0xe91cb5]
 === Memory map: 
 00111000-0012b000 r-xp  fd:00 9865492/lib/ld-2.3.5.so
 http://2.3.5.so
 0012b000-0012c000 r-xp 00019000 fd:00 9865492/lib/ld- 2.3.5.so
 http://2.3.5.so
 0012c000-0012d000 rwxp 0001a000 fd:00 9865492/lib/ld-2.3.5.so
 http://2.3.5.so
 0012d000-0013b000 r-xp  fd:00 9865497/lib/libpthread-
 2.3.5.so http://2.3.5.so
 0013b000-0013c000 r-xp d000 fd:00
 9865497/lib/libpthread-2.3.5.so http://2.3.5.so
 0013c000-0013d000 rwxp e000 fd:00
 9865497/lib/libpthread-2.3.5.so http://2.3.5.so
 0013d000-0013f000 rwxp 0013d000 00:00 0
 0013f000-00152000 r-xp  fd:00 12243222
 /usr/local/lib/libradius-1.1.5.so http://1.1.5.so
 00152000-00153000 rwxp 00013000 fd:00 12243222
 /usr/local/lib/libradius- 1.1.5.so http://1.1.5.so
 00153000-00154000 rwxp 00153000 00:00 0
 00154000-00278000 r-xp  fd:00
 9865493/lib/libc-2.3.5.so http://2.3.5.so
 00278000-0027a000 r-xp 00124000 fd:00 9865493/lib/libc-
 2.3.5.so http://2.3.5.so
 0027a000-0027c000 rwxp 00126000 fd:00
 9865493/lib/libc-2.3.5.so http://2.3.5.so
 0027c000-0027e000 rwxp 0027c000 00:00 0
 0027e000-002ed000 r-xp  fd:00 12243158  
 /usr/lib/libkrb5.so.3.2
 002ed000-002f rwxp 0006e000 fd:00 12243158  
 /usr/lib/libkrb5.so.3.2
 002f-002f2000 r-xp  fd:00
 9865501/lib/libcom_err.so.2.1
 002f2000-002f3000 rwxp 1000 fd:00
 9865501/lib/libcom_err.so.2.1
 002f3000-002f5000 r-xp  fd:00 12235980
 /usr/lib/libkrb5support.so.0.0
 002f5000-002f6000 rwxp 1000 fd:00 12235980
 /usr/lib/libkrb5support.so.0.0
 0030a000-00313000 r-xp  fd:00
 9863221/lib/libnss_files- 2.3.5.so http://2.3.5.so
 00313000-00314000 r-xp 8000 fd:00
 9863221/lib/libnss_files-2.3.5.so http://2.3.5.so
 00314000-00315000 rwxp 9000 fd:00
 9863221/lib/libnss_files

Re: freeradius problem : need help

2007-03-25 Thread Goke Aruna
satish patel wrote:
 check radwatch is runing or not is runing then kill radwatch it is for
 watching radiusd deamon for monitoring radius process

 */elmalhi abdelghani [EMAIL PROTECTED]/* wrote:

 what means plaese this :

 There appears to be another RADIUS server running on the
 authentication port 1812

 and if I typ for example the command:' ps a  ' i don't found radiusd ?

 regards.

 
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos
 questions ! Profitez des connaissances, des opinions et des
 expériences des internautes sur Yahoo! Questions/Réponses
 http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com.-
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 $ cat ~/satish/url.txt

 System administrator ( Data Center )

 please visit this site

 http://linux.tulipit.com   

 
 Here’s a new way to find what you're looking for - Yahoo! Answers
 http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/
 

 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
mvts is using the port 1812, you can check previous post by abdul_zu on
similar subject.

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

freeradius-1.1.5 and FC4

2007-03-21 Thread Goke Aruna
I installed freeradius-1.1.4 in FC4 and i got all the compilation
without error.

However, when i tried to run the radiusd in debug mode i got the error below

Can someone pls point out my problem to me.

Goksie

[EMAIL PROTECTED] ~]# radiusd -X
Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: /usr/local/etc/raddb/proxy.conf
Config:   including file: /usr/local/etc/raddb/clients.conf
Config:   including file: /usr/local/etc/raddb/snmp.conf
Config:   including file: /usr/local/etc/raddb/eap.conf
Config:   including file: /usr/local/etc/raddb/sql.conf
 main: prefix = /usr/local
 main: localstatedir = /usr/local/var
 main: logdir = /usr/local/var/log/radius
 main: libdir = /usr/local/lib
 main: radacctdir = /usr/local/var/log/radius/radacct
 main: hostname_lookups = no
 main: max_request_time = 30
 main: cleanup_delay = 5
 main: max_requests = 1024
 main: delete_blocked_requests = 0
 main: port = 0
 main: allow_core_dumps = no
 main: log_stripped_names = no
 main: log_file = /usr/local/var/log/radius/radius.log
 main: log_auth = no
 main: log_auth_badpass = no
 main: log_auth_goodpass = no
 main: pidfile = /usr/local/var/run/radiusd/radiusd.pid
 main: user = (null)
 main: group = (null)
 main: usercollide = no
 main: lower_user = no
 main: lower_pass = no
 main: nospace_user = no
 main: nospace_pass = no
 main: checkrad = /usr/local/sbin/checkrad
 main: proxy_requests = yes
 proxy: retry_delay = 5
 proxy: retry_count = 3
 proxy: synchronous = no
 proxy: default_fallback = yes
 proxy: dead_time = 120
 proxy: post_proxy_authorize = no
 proxy: wake_all_if_all_dead = no
 security: max_attributes = 200
 security: reject_delay = 1
 security: status_server = no
 main: debug_level = 0
read_config_files:  reading dictionary
read_config_files:  reading naslist
Using deprecated naslist file.  Support for this will go away soon.
read_config_files:  reading clients
read_config_files:  reading realms
radiusd:  entering modules setup
Module: Library search path is /usr/local/lib
*** glibc detected *** radiusd: double free or corruption (fasttop):
0x090fcde8 ***
=== Backtrace: =
/lib/libc.so.6[0x1b7424]
/lib/libc.so.6(__libc_free+0x77)[0x1b795f]
/usr/local/lib/libltdl.so.3[0xd9da50]
/usr/local/lib/libltdl.so.3(lt_dlopenext+0xc3)[0xd9e51f]
radiusd(find_module_instance+0x1bd)[0xe98fb5]
radiusd(setup_modules+0x1c0)[0xe997b0]
radiusd(main+0x3b0)[0xe9c814]
/lib/libc.so.6(__libc_start_main+0xc6)[0x168de6]
radiusd[0xe91cb5]
=== Memory map: 
00111000-0012b000 r-xp  fd:00 9865492/lib/ld-2.3.5.so
0012b000-0012c000 r-xp 00019000 fd:00 9865492/lib/ld-2.3.5.so
0012c000-0012d000 rwxp 0001a000 fd:00 9865492/lib/ld-2.3.5.so
0012d000-0013b000 r-xp  fd:00 9865497/lib/libpthread-2.3.5.so
0013b000-0013c000 r-xp d000 fd:00 9865497/lib/libpthread-2.3.5.so
0013c000-0013d000 rwxp e000 fd:00 9865497/lib/libpthread-2.3.5.so
0013d000-0013f000 rwxp 0013d000 00:00 0
0013f000-00152000 r-xp  fd:00 12243222  
/usr/local/lib/libradius-1.1.5.so
00152000-00153000 rwxp 00013000 fd:00 12243222  
/usr/local/lib/libradius-1.1.5.so
00153000-00154000 rwxp 00153000 00:00 0
00154000-00278000 r-xp  fd:00 9865493/lib/libc-2.3.5.so
00278000-0027a000 r-xp 00124000 fd:00 9865493/lib/libc-2.3.5.so
0027a000-0027c000 rwxp 00126000 fd:00 9865493/lib/libc-2.3.5.so
0027c000-0027e000 rwxp 0027c000 00:00 0
0027e000-002ed000 r-xp  fd:00 12243158   /usr/lib/libkrb5.so.3.2
002ed000-002f rwxp 0006e000 fd:00 12243158   /usr/lib/libkrb5.so.3.2
002f-002f2000 r-xp  fd:00 9865501/lib/libcom_err.so.2.1
002f2000-002f3000 rwxp 1000 fd:00 9865501/lib/libcom_err.so.2.1
002f3000-002f5000 r-xp  fd:00 12235980  
/usr/lib/libkrb5support.so.0.0
002f5000-002f6000 rwxp 1000 fd:00 12235980  
/usr/lib/libkrb5support.so.0.0
0030a000-00313000 r-xp  fd:00 9863221/lib/libnss_files-2.3.5.so
00313000-00314000 r-xp 8000 fd:00 9863221/lib/libnss_files-2.3.5.so
00314000-00315000 rwxp 9000 fd:00 9863221/lib/libnss_files-2.3.5.so
00331000-00333000 r-xp  fd:00 12243500  
/usr/local/lib/rlm_exec-1.1.5.so
00333000-00334000 rwxp 1000 fd:00 12243500  
/usr/local/lib/rlm_exec-1.1.5.so
0072f000-00738000 r-xp  fd:00 9865500   
/lib/libgcc_s-4.0.0-20050520.so.1
00738000-00739000 rwxp 9000 fd:00 9865500   
/lib/libgcc_s-4.0.0-20050520.so.1
00841000-00864000 r-xp  fd:00 12243157   /usr/lib/libk5crypto.so.3.0
00864000-00865000 rwxp 00023000 fd:00 12243157   /usr/lib/libk5crypto.so.3.0
00b06000-00bfe000 r-xp  fd:00 9865496/lib/libcrypto.so.0.9.7f
00bfe000-00c1 rwxp 000f8000 fd:00 9865496/lib/libcrypto.so.0.9.7f
00c1-00c13000 rwxp 00c1 00:00 0
00c6c000-00c7e000 r-xp  fd:00 12227470   /usr/lib/libz.so.1.2.2.2
00c7e000-00c7f000 rwxp 00011000 fd:00 12227470   /usr/lib/libz.so.1.2.2.2
00d64000-00d65000 r-xp 00d64000 00:00 0

freeradius working with quintum cms

2007-01-17 Thread Goke Aruna
Hi all,

Can someone share his experiance with me in getting freeradius work with
quintum CMS   ?


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


freeradius and Quintum call-relay

2007-01-16 Thread Goke Aruna
hi all,

Can someone guide me on how to integrate Quintum call relay with freeradius

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