User groups, HELP!!!

2006-01-30 Thread Vadimv82 (sent by Nabble.com)
Hello. I run FreeRadius with MySQL. And need help with authentification groups. Imagine i have many WiFi hot spots each with own NAS and IP. Any user can register and get a password and login, but he can only get access through certain NAS where he registered at, if he goes to another spot he

Calling-Station-Id in EAP/PEAP ??

2006-01-30 Thread Norbert Grochal
Hi!Is it possible to use verification of Calling-Station-Id in EAP/PEAP ?My users file:foo Auth-Type := EAP, User-Password == "mypass", Calling-Station-Id == "0123456789ab"and I have an error: rlm_eap_peap: EAPTLS_OK rlm_eap_peap: Session established. Decoding tunneled attributes.

Re: PEAP Machine Auth without NTLM or LDAP

2006-01-30 Thread Phil Mayers
Sayantan Bhowmick wrote: HI, I am trying a similar setup with some variation. If there is no PDC, there's no domain, so there *is* no machine account. I have setup a Samba PDC and am using Novell eDirectory as the back-end store. In this scenario is it possible to perform PEAP-MSCHAPv2

RE: Duplicate Logins!!!

2006-01-30 Thread Kirti S. Bajwa
Which file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julius Igugu Sent: Monday, January 30, 2006 5:52 AM To: FreeRadius users mailing list Subject: Re: Duplicate Logins!!! Use the 'Simultaneous-Login' check attribute.

Re: PEAP Machine Auth without NTLM or LDAP

2006-01-30 Thread Sayantan Bhowmick
Thanks for the replies. Regards, -Sayantan On Mon, Jan 30, 2006 at 6:55 pm, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Sayantan Bhowmick wrote: HI, I am trying a similar setup with some variation. If there is no PDC, there's no domain, so there *is* no machine account.

Dialupadmin and Mysql 5.0.18

2006-01-30 Thread Paolo Pellicori
Hi, Questions: I have upgrade mysql from ver 4 to 5.0.18 but dialupadmin it does not work more: ( how I can resolve? Regards - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

rlm_perl

2006-01-30 Thread Chris Knipe
Hi, Is there any way to get rlm_perl to work with binary code, instead of source? I currently have a perl script executing via rlm_perl that does some fancy stuff in authentication and accounting. Due to popular demand, I now have 3rd parties interested in this code, but I don't feel it is

Re: Calling-Station-Id in EAP/PEAP ??

2006-01-30 Thread Alan DeKok
-Norbert Grochal [EMAIL PROTECTED] wrote: Is it possible to use verification of Calling-Station-Id in EAP/PEAP ? Yes. and I have an error: rlm_eap_peap: EAPTLS_OK rlm_eap_peap: Session established. Decoding tunneled attributes. rlm_eap_peap: Received EAP-TLV response.

What firewall ports are requited for freeradius to work properly?

2006-01-30 Thread Frank Reiss
Hi All, I have a Freeradius server on one system and an Apache web server on a second system. I also have a Cisco Pics Firewall installed I need to establish communications through the pics firewall and need to know the ports that mod_auth_radius and radius need to work properly. I do

Re: rlm_perl

2006-01-30 Thread Alan DeKok
Chris Knipe [EMAIL PROTECTED] wrote: Is there any way to get rlm_perl to work with binary code, instead of source? Perl has binary code? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_perl

2006-01-30 Thread Chris Knipe
Chris Knipe [EMAIL PROTECTED] wrote: Is there any way to get rlm_perl to work with binary code, instead of source? Perl has binary code? No, it doesn't, obviously. You do however get compilers for it that will compile perl into a binary format... Guess that's more what I'm referring to.

Re: What firewall ports are requited for freeradius to work properly?

2006-01-30 Thread A . L . M . Buxey
Hi, if configured for each part; 1812 UDP - main daemon 1813 UDP - accounting 1814 UDP - proxy alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Redundant ldap Authenthication and 2 Problems

2006-01-30 Thread Armin Krämer
Hi, at the moment i trying to get my ldap authetication working with redundant ldap directorys. I made a second ldap modul and the following entry at the authentication part Redundant{ ldap1 ldap2 } I fired up an second ldap directoy which is replicated by first one. My

Re: Redundant ldap Authenthication and 2 Problems

2006-01-30 Thread Alan DeKok
=?iso-8859-1?Q?Armin_Kr=E4mer?= [EMAIL PROTECTED] wrote: I fired up an second ldap directoy which is replicated by first one. My problem is that if i kill ldap1 i cant get an result from ldap2. Bit the database and directory is the same! The response of the LDAP server indicates that's

problems with encryption_scheme in radiusd.conf file

2006-01-30 Thread DilipSimha.N.M
hi, in the radiusd.conf file... under modules/pap encryption_scheme variable can be set to any value, and has no effect!!! what is it used for??? i tried encryption_scheme=clear and put in users file: netd Crypt-Password = 12NKz5XM5JeKI Service-Type = Framed-User but this

why encryption schemes for pap

2006-01-30 Thread DilipSimha.N.M
hi, why are encryption schemes for pap required? it is supposed to be clear-text under all circumstances right??? we can see in radiusd.conf.. # PAP module to authenticate users based on their stored password # # Supports multiple encryption schemes # clear: Clear text # crypt:

Re: problems with encryption_scheme in radiusd.conf file

2006-01-30 Thread Alan DeKok
DilipSimha.N.M [EMAIL PROTECTED] wrote: in the radiusd.conf file... under modules/pap encryption_scheme variable can be set to any value, and has no effect!!! what is it used for??? Not much. The CVS head implements a more robust method of supporting multiple encryption schemes. Alan