a3Com

2007-02-06 Thread diego
I have a lot of problems with RADA authentication. When I start my tests the NAS (a stack of 4 3com 4400 24 port switches in a network of 100 switches) sends access requests to 2 freeradius servers (primary and secondary) asking for user authentication. All seems to work right (the radius servers

Re: a3Com

2007-02-06 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I have a lot of problems with RADA authentication. When I start my tests the NAS (a stack of 4 3com 4400 24 port switches in a network of 100 switches) sends access requests to 2 freeradius servers (primary and secondary) asking for user authentication. All seems to

remove the white space

2007-02-06 Thread Ashraf Al-Basti
returns ok for request 1 radius_xlat: '/var/log/radius/radacct/172.16.5.188/pre-proxy-detail-20070206' rlm_detail: /var/log/radius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/radius/radacct/172.16.5.188/pre-proxy-detail-20070206 modcall[pre-proxy]: module

Re: Hibernating: Major impact on authentication!

2007-02-06 Thread Phil Mayers
Kenneth Marshall wrote: Mr. Franco, I have not looked at the DB connection code, but is there a connection timer on the DB connection. That is, does the connection get dropped No If the latter, the problem could be that the long running connections are not allowing the indexes and table

Re: remove the white space

2007-02-06 Thread Bjørn Mork
Ashraf Al-Basti [EMAIL PROTECTED] writes: i have successfully replace the username from a file but it add \n or a white space for it, i'm using echo or cat command and the same result, here is the output for the debug, please advice how can i remove it. echo(1): -n do not

authentication according to nas ip adress

2007-02-06 Thread Marc Boisis-Delavaud
Hello How can I do this with freeradius: If auth request come from NAS1 use ldap1 if auth request come from NAS2 use ldap2 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: remove the white space

2007-02-06 Thread Bjørn Mork
Ashraf Al-Basti [EMAIL PROTECTED] writes: Thanks, but if i want to read from file using cat how to do that? a) don't write the \n to the file in the first place, or b) pipe the output through `tr -d \n`, or c) write a simple script to read the file and preprocess the data as you like before

dialup_admin and log_badlogins error

2007-02-06 Thread tzieleniewski
Hi! My first question is if the dialup_admin is still supported and compatible with latest free radius:)? because right now I am trying to use it with my latest free radius cvs version. If it is still compatible please help me with the following issues: Is it possible to control the radcheck

Re: dialup_admin and log_badlogins error

2007-02-06 Thread Kostas Kalevras
tzieleniewski wrote: Hi! My first question is if the dialup_admin is still supported and compatible with latest free radius:)? because right now I am trying to use it with my latest free radius cvs version. Yes If it is still compatible please help me with the following issues: Is it

Re: authentication according to nas ip adress

2007-02-06 Thread Stefan Winter
Am Dienstag, 6. Februar 2007 11:17:41 schrieb Marc Boisis-Delavaud: Hello How can I do this with freeradius: If auth request come from NAS1 use ldap1 if auth request come from NAS2 use ldap2 in the users file, do DEFAULT Client-IP-Address == NAS1, Autz-Type := ldap1 DEFAULT

Again: Major impact on authentication!

2007-02-06 Thread Guilherme Franco
Hello, Thanks to everyone! I'm using Oracle just for radcheck/radacct and PostgreSQL for radippool only. No, Mr. Peter, no one is using dial-up admin nor anything alike when the problem occurs, just pure auth (without acct). I've disabled the cron.hourly job and the problem appeared again

Re: Again: Major impact on authentication!

2007-02-06 Thread Alan DeKok
Guilherme Franco wrote: Also, it's important to note that this server is the proxy radius and those error messages appear: Error: Discarding duplicate request from client ERX-1:5 - ID: 115 due to unfinished request 32 Info: The maximum number of threads (32) are active, cannot spawn

Re: Hibernating: Major impact on authentication!

2007-02-06 Thread Kenneth Marshall
On Tue, Feb 06, 2007 at 09:14:47AM +, Phil Mayers wrote: Kenneth Marshall wrote: Mr. Franco, I have not looked at the DB connection code, but is there a connection timer on the DB connection. That is, does the connection get dropped No If the latter, the problem could be that

Re: Again: Major impact on authentication!

2007-02-06 Thread Guilherme Franco
Thanks Mr. DeKok, I've already downloaded valgrind, just need to setup everything in a time where the user won't suffer from the downtime. Mr. Marshall, the only transaction is in rlm_sqlippool. Thanks. On 2/6/07, Alan DeKok [EMAIL PROTECTED] wrote: Guilherme Franco wrote: Also, it's

Re: Re: dialup_admin and log_badlogins e rror

2007-02-06 Thread tzieleniewski
tzieleniewski wrote: Hi! My first question is if the dialup_admin is still supported and compatible with latest free radius:)? because right now I am trying to use it with my latest free radius cvs version. Yes If it is still compatible please help me with the following

Re: dialup_admin and log_badlogins error

2007-02-06 Thread Kostas Kalevras
tzieleniewski wrote: tzieleniewski wrote: Hi! My first question is if the dialup_admin is still supported and compatible with latest free radius:)? because right now I am trying to use it with my latest free radius cvs version. Yes If it is still compatible please help

counter module usage question

2007-02-06 Thread tzieleniewski
Hi!! I am trying to utilize the counter module. I tried to do everything as it is written in the comments from the radiusd.conf file. unfortunately I still have some problem to make it work and fully understand. I ask for your assistance and small explanation. As I understood the counter

Re: Again: Major impact on authentication!

2007-02-06 Thread Peter Nixon
On Tue 06 Feb 2007 15:27, Alan DeKok wrote: Guilherme Franco wrote: Also, it's important to note that this server is the proxy radius and those error messages appear: Error: Discarding duplicate request from client ERX-1:5 - ID: 115 due to unfinished request 32 Info: The maximum

Re: Again: Major impact on authentication!

2007-02-06 Thread Guilherme Franco
Hello Mr. Nixon! No, the radius server and the DB server are connected in the same switch, using gigabit UTP, resulting in 0.090ms RTT. The proxy server is also directly connected to this switch. I've been using CVS builds mainly because the rlm_sqlippool was under development with constant

Re: Again: Major impact on authentication!

2007-02-06 Thread Peter Nixon
On Tue 06 Feb 2007 18:40, Guilherme Franco wrote: Hello Mr. Nixon! No, the radius server and the DB server are connected in the same switch, using gigabit UTP, resulting in 0.090ms RTT. The proxy server is also directly connected to this switch. I've been using CVS builds mainly because

Re: Again: Major impact on authentication!

2007-02-06 Thread Guilherme Franco
Mr. Peter, On 2/6/07, Peter Nixon [EMAIL PROTECTED] wrote: OK. Well we have added a few more things this week. The last commit was just over an hour ago for: http://bugs.freeradius.org/show_bug.cgi?id=414 Yes, I've been watching the progress in Automatic report from sources (radiusd) in the

Management of temporary users

2007-02-06 Thread Nick Owen
Greetings: I am looking for the best way to provision groups of users for temporary access across multiple servers. The users would be using ssh and sudo. They would be assigned to a group of servers, then removed after the job was complete. There a hundreds of servers involved. I was

radiusd servies automaticly die

2007-02-06 Thread satish patel
Dear ALL i have some problem of regradig radius service when i start radiusd daemon and after few min its process down or radius service stoped so what is the problem ??? Satish patel - Here’s a new way to

Re: radiusd servies automaticly die

2007-02-06 Thread Jan Mulders
run radiusd using radiusd -X from the shell, and watch what it does. Does it give an error message? Does this hint at what the problem is? Regards, Jan On 07/02/07, satish patel [EMAIL PROTECTED] wrote: Dear ALL i have some problem of regradig radius service when i

online users checking

2007-02-06 Thread satish patel
Dear all I have freeradius with mssql setup but dialup_admin not support MSSQL so how do i check online users on radius server is it any solution regarding this isse please inform me Satish patel - Here’s a new way

Configuring FreeRADIUS and BAM for Motorola Canopy SM authentication and Bandwidth Maanagement

2007-02-06 Thread Bernard Ochieng
Hello All, I have configured FreeRADIUS to do bandwidth and authentication together with the BAM server, however the RADIUS does authenticate but it fails on BAM hence the CPEs are not authenticated and registered by the Access Points. Anyone who can help on this? Bernard- List

Re: Again: Major impact on authentication!

2007-02-06 Thread Peter Nixon
On Tue 06 Feb 2007 21:35, Guilherme Franco wrote: Mr. Peter, On 2/6/07, Peter Nixon [EMAIL PROTECTED] wrote: OK. Well we have added a few more things this week. The last commit was just over an hour ago for: http://bugs.freeradius.org/show_bug.cgi?id=414 Yes, I've been watching the