FreeRadius and PostgreSQL for a prepaid solution

2005-10-17 Thread Erik Ågren
Hi all I have a couple of questions that I hope you guys can answer: I have to use radius for a prepaid solution. The soft switch is going to send radius authentication messages and accounting messages. My idea is to use FreeRADIUS with PostgreSQL. So my first question is if that's a good idea

Re: Simultaneous-Use check MySQL

2005-10-17 Thread David M.
Hello, El Viernes 14 Octubre 2005 20:35, Alan DeKok escribió: David M. [EMAIL PROTECTED] wrote: Debug mode does not reveal further information, what I've noticed I didn't before :( is checkrad is used to verify if the connection is still established, despite simul_verify_query result.

Re: radwho

2005-10-17 Thread Madhvi Gokool
Hi I added the RADIUS server as client in the /usr/local/etc/raddb/radiusd.conf. Used radzap and the entries were removed. Thanx for your help. M - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent:

dialup admin

2005-10-17 Thread Madhvi Gokool
Hi Documentation of dialup admin says it works with a database. My current users file is plain text ( I manually add users and their attributes). can dialup admin be tweaked to work with this users file? Or is there a script that we can use to facilitate the administration of the users file.

Not-really-a-bug issue with rlm_unix and maybe other modules

2005-10-17 Thread Martin . Ward
Hi, I had a problem with the Radius server where I was using the rlm_unix module to authenticate users against the passwd and shadow files, but even when the correct login and password was being used the user was not being authenticated. There was nothing reported in the log files at all apart

Logging - auth failure reason

2005-10-17 Thread james
I'm having trouble with logging: I am trying to expose the reason authentication failed to a script called via mod_exec I tried using Module-Failure-Message but it appears to be blank, even though running -X shows what I am trying to get out. i'm using radiusd version 1.0.5 from source.

Is rlm_perl a viable solution for production environments yet?

2005-10-17 Thread Tim O'Donovan
Hi, I'm considering writing some Perl for use with the rlm_perl module, but before I do I need to know whether the module is ready for use in a production environment. Has anyone had any experience (both positive and negative) with rlm_perl, performance wise, that they could share with me

How to authenticate 3com switch and cisco switch at the same time.

2005-10-17 Thread 陈锐
hello, I am a newbie of freeradius. these days, we are planning to implement radius server for aaa. Our NAS devices are 3com SuperStack 4400/4900 and cisco 2950/3725/1721. we encounter a problem. I have been installed freeradius on debian successfully. We have four guys to administrative our

unsubscribe

2005-10-17 Thread Dudley Atkinson
Unsubscribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 17, 2005 5:11 AM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 6, Issue 58 Send Freeradius-Users mailing

eap/tls and central users file

2005-10-17 Thread Norbert Wegener
We use freeradius for eap/tls authentication, where freeradius accepts every certificate from a certain ca, as long as it is nor revoked. For this only a minimal users file is neccessary to assign some attributes to users via a DEFAULT entry. This works so far without problems. If we want to

Re: Not-really-a-bug issue with rlm_unix and maybe other modules

2005-10-17 Thread Andrew Browning
I'm not too sure if such a patch would be necessary. The section of radiusd.conf in which you set the user/group for radiusd to run as remind people to make sure that /etc/passwd, /etc/group, and /etc/shadow (if applicable) are readable by that user/group. Adding a more verbose output in case of

Re: How freeradius compile with g++

2005-10-17 Thread Manoj Patel
I was edites source code and also edited all header file but i got error ? There r type casting error? i was compiled with compiler g++ 3.2.3 . so ther is any specific compiler is required? thanks manoj On 10/16/05, Alan DeKok [EMAIL PROTECTED] wrote: Manoj Patel [EMAIL PROTECTED] wrote: like in

Re: How freeradius compile with g++

2005-10-17 Thread Manoj Patel
Hi i was make all changes in header file and also in c file(for operator variable in valuepair.c)But stil i gor error.When was i tried , then i got eror for type casting. Like void * to char * Such type of type casitng is done c but not in c++? so there is any specific compiler is needed for

Prefix Usage and issues

2005-10-17 Thread Curt LeCaptain
Yet another cropped up issue for me. I've got this in my users file: DEFAULT Prefix == W, Auth-Type = System Service-Type == 0, Session-Timeout = 10, Fall-Through = No It's used by a perl script to do authentication. When the system attempts an authentication, I get a

Re: How to dump core on crash?

2005-10-17 Thread Martin Pauly
On Tuesday 11 October 2005 23:28, Martin Pauly wrote: o.k., I have unset the above and simply done everything by hand so I was able to produce a core file this time. I also could get sorry for the long delays, I was on vacation last week. I got a real core dump now, but the gdb output doesn't

Re: eap/tls and central users file

2005-10-17 Thread Alan DeKok
Norbert Wegener [EMAIL PROTECTED] wrote: Would it be possible, that fr only validates the certificates and proxies the CN as username to a central fr, that has the complete user db? If so, how could it be achieved? That's a bit awkward, because the proxied requests won't have any

Re: How freeradius compile with g++

2005-10-17 Thread Alan DeKok
Manoj Patel [EMAIL PROTECTED] wrote: Hi i was make all changes in header file and also in c file(for operator variable in valuepair.c)But stil i gor error.When was i tried , then i got eror for type casting. *Like void * to char * * Such type of type casitng is done c but not in c++? No

Re: How to dump core on crash?

2005-10-17 Thread Alan DeKok
Martin Pauly [EMAIL PROTECTED] wrote: sorry for the long delays, I was on vacation last week. I got a real core dump now, but the gdb output doesn't look very interesting. I suppose I am using a stripped binary; Yup. The default install is to strip the binaries. the only thing I changed

Re: Prefix Usage and issues

2005-10-17 Thread Alan DeKok
Curt LeCaptain [EMAIL PROTECTED] wrote: I've got this in my users file: DEFAULT Prefix == W, Auth-Type = System I don't think Prefix works that way. Try using a regular expression comparison. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: eap/tls and central users file

2005-10-17 Thread Norbert Wegener
Alan DeKok wrote: Norbert Wegener [EMAIL PROTECTED] wrote: Would it be possible, that fr only validates the certificates and proxies the CN as username to a central fr, that has the complete user db? If so, how could it be achieved? That's a bit awkward, because the proxied

Re: Prefix Usage and issues

2005-10-17 Thread Curt LeCaptain
I did find something out, that I apparently had as a mistake. You can use Prefix that way, but only with Strip-User-Name = Yes set in the users file. Apparently a better way of doing this is via hints, so I'll look into doing it that way. Curt LeCaptain On 10/17/2005 at 12:49 pm, in