Re: Assertion failed in conffile.c, line 109,Abort

2007-06-26 Thread Alan DeKok
Arran Cudbard-Bell wrote: Including separate configuration files in major stanza subsections results in. Assertion failed in conffile.c, line 109 Abort ... It's definitely the include statement. Yes. There's one condition not caught in the module code apparently. I'll commit a fix

Re: XLAT Parsing error.

2007-06-26 Thread Alan DeKok
Arran Cudbard-Bell wrote: alternate values arnt being parsed correctly in xlat strings involving modules. It doesn't work. It's not intended to work, because :- is a perfectly valid string to pass to a module. :- only works for attributes. What would be really cool is if one query

Re: XLAT Parsing error.

2007-06-26 Thread Arran Cudbard-Bell
Alan DeKok wrote: Arran Cudbard-Bell wrote: alternate values arnt being parsed correctly in xlat strings involving modules. It doesn't work. It's not intended to work, because :- is a perfectly valid string to pass to a module. :- only works for attributes. Yes I suppose

Re: FreeRadius 1.1.6 Segmentation Fault with LDAP

2007-06-26 Thread Alan DeKok
Robert E. Toense wrote: I am attempting to setup FreeRadius 1.1.6 to do PEAP authentication to an LDAP backend on another server. PEAP is working just fine to local Radius passwords. However, I get a segmentation fault whenever I try to use LDAP. Output from radiusd -X follows (sensitive

Re: Virtual servers

2007-06-26 Thread Alan DeKok
Arran Cudbard-Bell wrote: ... Which reminds me, return codes :P ? Soon. Global clients aren't being copied across to virtual servers, even when no clients are specified in the virtual server. Fixed, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Clear text password not available

2007-06-26 Thread Flavio Silvestrone
I modified the users file with: # DEFAULTAuth-Type = System #Fall-Through = 1 and flavio User-Password == flavio Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 10.1.1.8, Framed-IP-Netmask = 255.255.255.0, Framed-Routing =

Re: Clear text password not available

2007-06-26 Thread tnt
Yes. The one you are using is years out of date. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Flavio Silvestrone [EMAIL PROTECTED] piše: I modified the users file with: # DEFAULTAuth-Type = System #Fall-Through = 1 and flavio User-Password == flavio Service-Type =

Re: users authentication failed

2007-06-26 Thread tnt
users: Matched entry DEFAULT at line 153 There is a DEFAULT entry in your users file setting Auth-Type System. Comment it out and try again. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED] piše: hi all thanks for assistance i apreciate i put in attached the

kill radiusd

2007-06-26 Thread suganthi velusamy
Hi... how to kill radiusd? Thanks... - Download prohibited? No problem. CHAT from any browser, without download.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re:users authentication failed

2007-06-26 Thread Carl aniams
In the users file i commented the authtype=system for user:DEFAULT now the authentication is done through PAP but pap rejects user look the joint file No user can be authenticate whether in database or an account user. -- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ANIAMBOSSOU Carl NIAMS

Re:users authentication failed

2007-06-26 Thread tnt
Well, what did you put in the database? This ($1$yR5YY9Uh$ubDooFItYSeNo7pkP0nyG1) is not the password you are sending (will). If you are storing encrypted passwords you need to use appropriate password attribute. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED]

daemon mode and debug mode

2007-06-26 Thread Diana Robert
hi what is the difference between running the server in deamon and debug mode. thanks - Did you know? You can CHAT without downloading messenger. Click here- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: daemon mode and debug mode

2007-06-26 Thread Jason Frisvold
On 6/26/07, Diana Robert [EMAIL PROTECTED] wrote: hi what is the difference between running the server in deamon and debug mode. Daemon mode runs in the background with normal logging as per the configuration you specified in the radiusd.conf file. Debug mode runs in the foreground and spits

How to pass attributes from EAP-TTLS outer to inner?

2007-06-26 Thread Jason Murray
I have a situation where I need to pass the Called-Station-Id from the outer anonymous EAP Authentication-Request to the inner-authentication request. Is this possible? The problem is all my inner authentication requests look like this: Tue Jun 26 10:55:03 2007 User-Name = [EMAIL

Re: How to pass attributes from EAP-TTLS outer to inner?

2007-06-26 Thread Arran Cudbard-Bell
Jason Murray wrote: I have a situation where I need to pass the Called-Station-Id from the outer anonymous EAP Authentication-Request to the inner-authentication request. Is this possible? The problem is all my inner authentication requests look like this: Tue Jun 26 10:55:03 2007

High load after restart

2007-06-26 Thread Brian Walters
Has anyone noticed high processor loads after restarting freeradius 1.1.3 or 1.1.6? I've noticed this on Debian as well as CentOS 4.5. When I say high loads I'm talking about something like this: load average: 242.56, 121.83, 52.65 This is on Dell dual processor box with 2G of ram.

Re: FreeRadius 1.1.6 Segmentation Fault with LDAP

2007-06-26 Thread Robert E. Toense
Joe and Alan, Thanks!!! That solved that problem. I can move on! It's good to also know that it will be addressed in the next version. Robert Joe Vieira wrote: You need to compile with ldap depricated option. Joe -Original Message- From: Robert E. Toense [EMAIL PROTECTED] To:

FreeRadius Certificate Problem

2007-06-26 Thread Dead6re
Hello all, Iam havea huge problem using CA.all to generate the certificates needed for FreeRadius. I am currently using Fedora and my OpenSSL version is: 0.9.8b and has recently been updated. Using configuration from /usr/local/ssl/openssl.cnf ./demoCA/serial: No such file or directory error

re: users authentication failed

2007-06-26 Thread Carl aniams
hi now the authentication type is local with the message user supplied user-password does not match local user-password see attached file thanks -- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ANIAMBOSSOU Carl NIAMS TECHNOLOGIES tel: +229 90 04 08 58 +229 97 48 01 33 COTONOU REPUBLIC OF

Re: How to pass attributes from EAP-TTLS outer to inner?

2007-06-26 Thread Jason Murray
OK, I feel silly. I have looked at this configuration file over and over and I can't believe I missed it. Thanks. It works just like I want it to now. Sorry for wasting peoples time. On 6/26/07, Arran Cudbard-Bell [EMAIL PROTECTED] wrote: Jason Murray wrote: I have a situation where I need

Re: re: users authentication failed

2007-06-26 Thread tnt
Post content of radcheck (and radgroupcheck if you are using groups) table. Auth-Type Local had to come from there. Ivan Kalik Kalik Informatika ISP Dana 26/6/2007, Carl aniams [EMAIL PROTECTED] piše: hi now the authentication type is local with the message user supplied user-password does

Re: FreeRadius Certificate Problem

2007-06-26 Thread Bryant Marsh
To Dead6re, I fixed it by copying the serial file again from the scripts directory immediately after the root certificate was created, but before the client certificate. The first thing the CA.all does is remove all files from the demoCA directory including the serial file. Hope this helps.

2.0.0-pre sqlippool

2007-06-26 Thread Hugh Messenger
I'm slowly getting there with my 2.0.0 install. Couple of sqlippool questions: 1) The sqlippool.conf file has this at the end: ## Uncomment the appropriate config file for your SQL dialect # $INCLUDE ${confdir}/sql/mysql-dialup.conf $INCLUDE ${confdir}/sql/postgresql-ippool-dialup.conf I'm

Re: 2.0.0-pre sqlippool

2007-06-26 Thread Hugh Messenger
I said: 2) Where can I find the sqlippool schema in 2.0.0? I went ahead and used the same schema from 1.1.6, seems to be OK. But I'd still like to know where to find it documented, for next time I need it. Anyway, there seems to be a few issues in the mysql-ippool-dialup.conf file. 1) In the

Question about dictionnary

2007-06-26 Thread Thomas LAVIGNE
Hello all, I'm new to the world of Linux and FreeRadius and of course also new to this list. I need to build up a Radius Server with FreeRadius. It will answere request coming from ADSL users, relayed by a RadisuProxySmartEdge Redback. On my test server, I've successfully installed the OS,

Re: 2.0.0 documentation for radiusd.conf

2007-06-26 Thread Hugh Messenger
Alan Dekok [EMAIL PROTECTED] said: Hugh Messenger wrote: Any luck fixing this stuff: DEFAULT Called-Station-Id =~ ^([A-z0-9]+_[0-9]+)$, Pool-Name := `%{0}` Framed-IP-Netmask = 255.255.0.0, Fall-Through = 1 ... in either users or hints? Don't use users or hints.

Re: Question about dictionnary

2007-06-26 Thread tnt
There is a redback dictionary included with freeradius (do locate redback to find it). I would check that attributes they want to use are missing before replacing it (you do have a file to replace it with?). Ivan Kalik Kalik Informatika ISP Dana 27/6/2007, Thomas LAVIGNE [EMAIL PROTECTED] piše:

Re: kill radiusd

2007-06-26 Thread Benjamin Watson
killall radiusd or Look for the PID with: ps -e | grep radiusd then, assuming PID is the identifier you found with the above kill PID On 6/26/07, suganthi velusamy [EMAIL PROTECTED] wrote: Hi... how to kill radiusd? Thanks... Download