Re: Authentification with: login, password, SSID

2006-04-24 Thread ludovic cailleau
I already running the server in debugging mode.And he always xrite this error:Auth: Login incorrect: [vlan4/no User-Password attribute] (from client localhost port 0) Fri Apr 21 09:01:50 2006 : Auth: Login incorrect: [vlan4/no User-Password attribute] (from client symbol port 29 cli

Re: Authentification with: login, password, SSID

2006-04-24 Thread Phil Mayers
ludovic cailleau wrote: I already running the server in debugging mode. And he always xrite this error: Auth: Login incorrect: [vlan4/no User-Password attribute] (from client localhost port 0) Fri Apr 21 09:01:50 2006 : Auth: Login incorrect: [vlan4/no User-Password attribute] (from client

automated response

2006-04-24 Thread Olaf Becker
I am not in the office and have no access to my e-mails. I will be back from holidays till the 29nd of April 2006. Thank you for your understanding that your e-mail will be answered after my return to the office. This e-mail will not be forwarded. Best regards Olaf Becker - List

RE: Proxy Question

2006-04-24 Thread Reynold McGuire
It gets to the pre-proxy, adds the domain after the user name, but doesn't strip out the 'DOMAIN' Do you see any evidence that the 'ntdomain' is actually doing anything? I don't see much of anything except the one line 'modcall[authorize]: module ntdomain returns updated for request 0' Any

Proxy RADIUS problem

2006-04-24 Thread Santiago Balaguer García
Hi people, I have a LINUX machine with freeradius 1.1.10. I do proxy RADIUS correctly with one remote server, but if I add in my proxy.conf file a redundant one because the primary RADIUS fails, it doesn't work correctly. I want to do roaming with two remote RADIUS servers to the

RE: Proxy RADIUS problem

2006-04-24 Thread Reynold McGuire
Have you tried: ---CUT--- #realm serv.com { # type= radius # authhost= radius.serv.com:1645 # accthost= radius.serv.com:1646 # secret = TheirKey # ldflag = round_robin # nostrip #} # # Another node for serv.com # #realm serv.com {

Re: Proxy RADIUS problem

2006-04-24 Thread Francois-Xavier GAILLARD
Le Mon, Apr 24, 2006 at 10:37:53AM -0400, Reynold McGuire ecrivait: Have you tried: ---CUT--- #realm serv.com { # type= radius # authhost= radius.serv.com:1645 # accthost= radius.serv.com:1646 # secret = TheirKey # ldflag =

connection problems

2006-04-24 Thread Pelusa Vali
hi list, well i use debian etch, kernel 2.6.15.6, madwifi-ng-r1475, freeradius 1.1.0, hostapd 0.5.2 and a linksys wmp55ag as wireless adaptor. i can put it as access point, but have a big problem. if only set access point without security or using wep, clients disconnect after 2-8 minutes and

Re: TTLS/PEAP seg faults

2006-04-24 Thread Alan DeKok
=?iso-8859-1?q?Jo=E3o_Mamede?= [EMAIL PROTECTED] wrote: can I do something about this? .. Segmentation fault: 11 (core dumped) doc/bugs Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Proxy Question

2006-04-24 Thread Phil Mayers
Reynold McGuire wrote: It gets to the pre-proxy, adds the domain after the user name, but doesn't strip out the 'DOMAIN' Set Do you see any evidence that the 'ntdomain' is actually doing anything? I don't see much of anything except the one line 'modcall[authorize]: module ntdomain

FreeRadius Howto + PPPoE

2006-04-24 Thread Rani Ahmed
hi all. i want to know how to use free radius with pppoe-server and using plain text files. not using mysql or others cos i dont have ppl well computer literate. please dont tell me to read the files.. i have read them about 100 times but could not figure out how to really use them. ie. why

Re: FreeRadius Howto + PPPoE

2006-04-24 Thread Alan DeKok
Rani Ahmed [EMAIL PROTECTED] wrote: please dont tell me to read the files.. i have read them about 100 times but could not figure out how to really use them. ie. why should i put this value or that... The things you're configuring are RADIUS attributes. The values you put in are values

(no subject)

2006-04-24 Thread Bruno B. Farcas dos Santos
Hi, I´m a new menber of the list, below there are some informations that are logging on the radius log. I´m using Freeradius 1.1.1 + Oracle 9i Mon Apr 24 19:13:41 2006 : Error: WARNING: Unresponsive child (id 2572446) for request 352 Mon Apr 24 19:13:41 2006 : Error: WARNING: Unresponsive

unresponsive child

2006-04-24 Thread Alan DeKok
Bruno B. Farcas dos Santos [EMAIL PROTECTED] wrote: Mon Apr 24 19:13:41 2006 : Error: WARNING: Unresponsive child (id 2572446) for request 352 See the list archives. Your DB is slow, and not responding to queries. Fix that, and the messages will go away. Alan DeKok. - List

Special characters in users file

2006-04-24 Thread sumi thra
Hi All,Can we use special characters like $, {, [, ( in the users file?? I have defined some vendor specific attribute in users file. When i escape with \ still im not able to start the server.Whether the freeradius does not allow these characters ?? or we can accept those characters by specifying

Realm question..

2006-04-24 Thread TS
Hi all We have a radius setup that we use to authenticate our own adsl users as well as proxying radius to 2 other sources. Our own radius entries use a realm after each username, a typical entry is: [EMAIL PROTECTED] Password == secret Service-Type = Framed-User,

redundant LDAP server with free-radius

2006-04-24 Thread sumi thra
Hi All,1. When i configure the free-radius to use redundant ldap, the radius server contacts the secondary ldap server first.My config file options are: authorize { ... redundant{ ldap_primary ldap_secondary } ..}authenticate { .. .. Auth-Type LDAP { redundant { ldap_primary

Re: Special characters in users file

2006-04-24 Thread Alan DeKok
sumi thra [EMAIL PROTECTED] wrote: Can we use special characters like $, {, [, ( in the users file?? Yes. There should be zero problems with doing that. I have defined some vendor specific attribute in users file. When i escape with \ still im not able to start the server. Since you're

Re: redundant LDAP server with free-radius

2006-04-24 Thread Alan DeKok
sumi thra [EMAIL PROTECTED] wrote: 1. When i configure the free-radius to use redundant ldap, the radius server contacts the secondary ldap server first. It works for me. And since you haven't posted the debugging output as suggested in the README, FAQ, INSTALL, etc., my guess is you're

Re: Realm question..

2006-04-24 Thread Alan DeKok
TS [EMAIL PROTECTED] wrote: Is there a way of getting radius to authenicate on the username before the @ sign and ignore the realm? Yes, but you have to edit the users file to get rid of the @realm portion, and configure the realms as LOCAL ones. Obviously if the realm is one that we proxy

Re: Special characters in users file

2006-04-24 Thread sumi thra
Hi Alan,Thanks for your reply.Please find my users file configuration error message belowrealm: delimiter = /realm: ignore_default = norealm: ignore_null = noModule: Instantiated realm (prefix_oblic) realm: format = suffixrealm: delimiter = @realm: ignore_default = norealm: ignore_null =

Re: redundant LDAP server with free-radius

2006-04-24 Thread sumi thra
Yes. i got it now.Thank you so much for your information. :-)RegardsSumiOn 4/25/06, Alan DeKok [EMAIL PROTECTED] wrote:sumi thra [EMAIL PROTECTED] wrote: 1. When i configure the free-radius to use redundant ldap, the radius server contacts the secondary ldap server first.It works for me.And

Re: mysql replication vs. radrelay

2006-04-24 Thread Olaf Schaefer
I have given up on dialup-admin for now. It seemed broken when for now but not forever ;) I tested the version that comes with 1.1.1, and there are parts that need too much work for what I want. I also don't like the I use version 1.80 from the CVS snapshot. It seems quit stable