Multi Group with multi Domain!

2001-11-27 Thread Tom Chan
Hi Guys; Any one have experience to setup the server to support this: I have multi group users with multi domain e.g. [EMAIL PROTECTED] password: user1group1 [EMAIL PROTECTED] password: user2group1 [EMAIL PROTECTED] password: user1group2 [EMAIL PROTECTED] password: user2group2 Suppose

EAP authentication

2001-11-27 Thread EE Vivien
Hi, I received an Access-Reject packet each time I send an Access-Request packet to freeRadius server (with Auth-Type = EAP). Anyway, if the Auth-Type = local, an Access-Accept packet will be received for the same Access-Request packet. To use EAP-Message(79) and Message-Authenticator(80)

SQL Dictionary

2001-11-27 Thread Julio Faerman
How do i import freeradius dictionary into SQL, so i can use sql tables for control attributes ? i need to do it, right ? Are there any docs on htis so i can RTFMs ? Thanx ! julio - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

SQL Dictionary

2001-11-27 Thread Julio Faerman
How do i import freeradius dictionary into SQL, so i can use sql tables for control attributes ? i need to do it, right ? Are there any docs on htis so i can RTFMs ? Thanx ! julio - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

starting radiusd- need help

2001-11-27 Thread Selvam Murugesan
Hi, I am newbie to Free Radius Server. I am using the latest version of Cistron Radius available in the FreeRadius site. I am trying to configure the Free Radius Server for processing simple Radius attributes. I have successfully run the configure, make and make install. I am trying to

freebsd: -lcipher

2001-11-27 Thread Victor Ivanov
Hi all! I recently updated using cvs and recompiled radiusd 0.4 on my freebsd 4.4 (a recent stable). When running radiusd, libc complained about the lack of the FreeSec functions (setkey(3), des_cipher(3), etc). I have added this check in configure.in, and it works for me: dnl Check for

Re: prepaid card

2001-11-27 Thread Chris Parker
At 11:06 AM 11/27/2001 +0300, Fabrice LABORIE wrote: Hi ! I wonder if someone would be willing to share some ideas or better code to implement prepaid cards with freeradius. - scripts to create batches of users/passwd with so many minutes - countdown of the minutes availables - online reports

Re: Multi Group with multi Domain!

2001-11-27 Thread Chris Parker
At 05:51 PM 11/27/2001 +0800, Tom Chan wrote: Hi Guys; Any one have experience to setup the server to support this: I have multi group users with multi domain e.g. mailto:[EMAIL PROTECTED][EMAIL PROTECTED] password:user1group1 mailto:[EMAIL PROTECTED][EMAIL PROTECTED] password:

Re: freebsd: -lcipher

2001-11-27 Thread Chris Parker
At 03:57 PM 11/27/2001 +0200, Victor Ivanov wrote: Hi all! I recently updated using cvs and recompiled radiusd 0.4 on my freebsd 4.4 (a recent stable). When running radiusd, libc complained about the lack of the FreeSec functions (setkey(3), des_cipher(3), etc). I have added this check in

Re: EAP authentication

2001-11-27 Thread Chris Parker
At 02:03 AM 11/27/2001 -0800, EE Vivien wrote: Hi, I received an Access-Reject packet each time I send an Access-Request packet to freeRadius server (with Auth-Type = EAP). Anyway, if the Auth-Type = local, an Access-Accept packet will be received for the same Access-Request packet. Run the

Re: starting radiusd- need help

2001-11-27 Thread Chris Parker
At 01:20 PM 11/27/2001 +, Selvam Murugesan wrote: Hi, I am newbie to Free Radius Server. I am using the latest version of Cistron Radius available in the FreeRadius site. I am trying to configure the Free Radius Server for processing simple Radius attributes. I have successfully

RE: SQL Dictionary

2001-11-27 Thread Milan P. Stanic
On 27-Nov-2001 Julio Faerman wrote: How do i import freeradius dictionary into SQL, so i can use sql I have a little hacked version of dictimport.pl from ICRADIUS so it doesn't need DBI perl module. It outputs (to stdout, but can be redirected to file or pipe) SQL queries which can be used to

can this be done....total newbie

2001-11-27 Thread Matt Ashfield
Hey All, I'm a total newbie to radius, and I apologize ahead of time. I've read the FAQ, but things are kinda flying high over my head after a few of the questions. I'm thinking it's the right tool for what I want to do, but wanna know if it's in the realm of possibility before jumping in

Re: freebsd: -lcipher

2001-11-27 Thread Victor Ivanov
On Tue, Nov 27, 2001 at 08:49:36AM -0600, Chris Parker wrote: Please send this as a 'diff'. See the 'doc/DIFFS', or more simply: $ cvs diff -p configure.in I knew I should provide a patch.. Index: configure.in === RCS file:

Re: can this be done....total newbie

2001-11-27 Thread David Bryan
You would want to look into PPPoE (Point-to-Point Over Ethernet). Have a Unix box with pam auth users via Radius, and run PPPoE for each Port. Or put each port into a VLAN and then use that turn on or off that vlan as nessary. then each user has a Virtual LAN connection so that not everyone

Re: EAP authentication

2001-11-27 Thread Kostas Kalevras
On Tue, 27 Nov 2001, Chris Parker wrote: At 02:03 AM 11/27/2001 -0800, EE Vivien wrote: Hi, I received an Access-Reject packet each time I send an Access-Request packet to freeRadius server (with Auth-Type = EAP). Anyway, if the Auth-Type = local, an Access-Accept packet will be received

Re: can this be done....total newbie

2001-11-27 Thread Chris Parker
At 11:40 AM 11/27/2001 -0400, Matt Ashfield wrote: Hey All, I'm a total newbie to radius, and I apologize ahead of time. I've read the FAQ, but things are kinda flying high over my head after a few of the questions. I'm thinking it's the right tool for what I want to do, but wanna know if it's

Re: Multi Group with multi Domain!

2001-11-27 Thread Tom Chan
Hi Chris; Thanks for your suggestion, but I am planing to use defferent user file for different domain! Do anyone have idea to config to support proxy to FILE e.g. realm company1.com { type= file filename= paswordfile1 nostrip } realm company2.com { type = file authhost =

Question about Default

2001-11-27 Thread Enterprise.net
Good afternoon All If somebody could answer this question form I would be most grateful. I have configured freeradius-3.0 and all works well when I am using the users file for authentication. I wish however to use the shadow file and the users file together. I have uncommented the /etc/shadow

Re: Question about Default

2001-11-27 Thread aland
Enterprise.net [EMAIL PROTECTED] wrote: My problem is covered slightly in the radius FAQ but I think i am missing the point. As I wish to use CHAP and PAP. If you're authenticating against /etc/shadow, you CANNOT use CHAP. When I use a windows 2000 machine and configure dialup networking

Pairs do not match

2001-11-27 Thread Julio Faerman
Hi ! I need to configure user with Exec-Program-wait. I am using Freeradius and MySQL, an i already imported the dictionary and configured the user in the radcheck table this way: (34,SomeUser,Exec-Program-Wait,/sbin/exec_program) Is this correct ? I receive pairs do not match err when i try to

Ldap Search Filters

2001-11-27 Thread Richard Cotrina
Hi : I would like to configure search filters for ldap authentication in radiusd.conf . The only one that is given in the example ( doc/rlm_ldap ) is : uid=%u where uid ( %u ) is in the format user@realm What should be the variable if the search were based only on the realm ? realm= ???