Re: freeradius mysql tables

2002-04-09 Thread tywe
id = automatic UserName = put in a username Attribute = the name of the attribute you are adding, typically "Password"? Value = depends on the attribute op = not needed, can be NULL, unless you need to do special things Example: insert into radcheck (UserName, Attribute, Value) values

return something stored in ldap to Nas via radius

2002-04-09 Thread maohua0831
hi all i'm here again sorry for boring you.i'm now use freeradius and openldap to implement auth .i found that return of radius is through a function named ldap_pairget,the function use ldap.attrmap to look for valid attribute in ldap and added it to request-reply-vps,but my problem is the

Re[2]: Freeradius with NT4 (not recording octets)

2002-04-09 Thread 3APA3A
Dear Rhys (gallamda), start radiusd -xx or radiusd -X, wait for accounting packet and send logs for this packet. --Tuesday, April 9, 2002, 2:50:28 AM, you wrote to [EMAIL PROTECTED]: Rg Thank you for your quick reply Rg However I am very new to the radius concept, Rg snip Rg Turn on

Radius / DHCP

2002-04-09 Thread Stephan Viljoen
Hi , this might be one of the supedist questions everybody ever posted to this group , but hey , what the heck , won't know if I don't try heh. :) I was wondering if one can use Radius to do dhcp. Let me give you my scenario , there might be another solution to my problem. I'm running a

Re: Re[2]: Freeradius with NT4 (not recording octets)

2002-04-09 Thread Rhys (gallamda)
Hello, Thanks Heaps for your help, This is the output from -X Thanks Again Rhys main: max_requests = 1024 main: delete_blocked_requests = 0 main: port = 0 main: allow_core_dumps = no main: log_stripped_names = no main: log_auth = no main: log_auth_badpass = no main:

Re: Freeradius-Users -- confirmation of subscription -- request 433861

2002-04-09 Thread Zou Sen
confirm 433861 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Stress Test

2002-04-09 Thread stuartc
We have four proxy radius's and I wanna know what kind of loads (hits per second) these machines will take. I suppose it is totally dependent on some below factors but if people can give me there estimates and a way of testing this that would be great... the machines specs all of them are

Freeradius / EAP-TLS / WEP key generation

2002-04-09 Thread David Akhtar
Hello people .. I have set up EAP/TLS authentication between Win-XP and Freeradius (recentish CVS archive). I have a setup similar to that described at http://www.missl.cs.umd.edu/~adam/802 .. but using XP as the suppliant All works fine and dandy until I try and get my setup to dynamicaly

Freeradius / EAP-TLS / WEP key generation

2002-04-09 Thread David Akhtar
Hello people .. I have set up EAP/TLS authentication between Win-XP and Freeradius (recentish CVS archive). I have a setup similar to that described at http://www.missl.cs.umd.edu/~adam/802 .. but using XP as the supplicant. All works fine and dandy until I try and get my setup to dynamicaly

Re: dial_up admin question

2002-04-09 Thread Kostas Kalevras
On Mon, 8 Apr 2002, Juan Hernandez wrote: whats dial_up admin? where can I get more info on it? dialup_admin is a web based php administration interface for the freeradius server. It is included in the cvs snapshots in the dialup_admin directory. Check out the README for more information. In

freeradius/debian

2002-04-09 Thread Ilja A Marchew
Hello. 1st, sorry: i am new in linux, radius and english 2nd, FR has been removed from testing debian. What is better: compile FR from tarball or get FR from unstable debian? -- With respect, Ilja mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See

Re: return something stored in ldap to Nas via radius

2002-04-09 Thread Kostas Kalevras
On Tue, 9 Apr 2002 [EMAIL PROTECTED] wrote: hi all i'm here again sorry for boring you.i'm now use freeradius and openldap to implement auth .i found that return of radius is through a function named ldap_pairget,the function use ldap.attrmap to look for valid attribute in ldap and added

RE: Radius / DHCP

2002-04-09 Thread Esteban A. MarĂ­ngolo
Why don't you try PPPoE + Radius? Basically is the same framework that you have with PPP. And, in your Access Point or Access Point Controller, you allow access to wired network ONLY to the MAC Addresses you have previously defined. Hope this help. -- Esteban.

RE: Core dump when user is in group (msyql)

2002-04-09 Thread Veli-Matti Riepula
Can you read 'doc/bugs', and post the relevant information to the list? Damn, after a reboot and various other config changes the problem is away, I cannot replay the event and I cannot tell after which action it disappeared. I'll post the data if I run into it again. Veli-Matti - List

Re: Radius / DHCP

2002-04-09 Thread Alan DeKok
Stephan Viljoen [EMAIL PROTECTED] wrote: I was wondering if one can use Radius to do dhcp. Probably not. I'm running a wireless network where I use radius the auth. my incoming users via a Mac. addy. I then need to give each incomming Mac. address a static IP , this means I need to give

MySQL, again and again ...

2002-04-09 Thread Nicolas Blanc
Hi everybody, First, my freeradius daemon doesn't want any SQL module in authenticate section, Why Second, even in Authorise section, my user isn't found, so I'm obliged to add the File module Someone could give me a help, give me a config, ? Nicolas PS: Here are my main parameters

Re: CHAP-Password

2002-04-09 Thread Alan DeKok
info@GoldenIT [EMAIL PROTECTED] wrote: If i can't see the passwords that means i have half the knowledge to trouble shoot customers Login problems. You can't get the plain-text password from a CHAP-Password. It's impossible. The CHAP-Password method was designed specifically to PREVENT

importing

2002-04-09 Thread George
is there any scipts to inport from legacy data ?? ie: detail and password files? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

debian: compile error

2002-04-09 Thread Ilja A Marchew
Hello freeradius-users. I try to build debian package from radiusd-freeradius (0.5+cvs20020408-1) with 'src/freeradius-snapshot-20020409# fakeroot debian/rules' command and get this error: rlm_dbm.c:27: gdbm/ndbm.h: No such file or directory however, libgdbmg1-dev package has /usr/include/gdbm

Re: importing

2002-04-09 Thread Matthew Sayler
On Tue, Apr 09, 2002 at 10:41:47AM -0400, George wrote: is there any scipts to inport from legacy data ?? ie: detail and password files? Here's something I wrote a while back. It works on a users file, which is really the only one that's hard. Or are you referring to importing into a SQL

Re: freeradius/debian

2002-04-09 Thread Chad Miller
On Tue, Apr 09, 2002 at 03:58:16PM +0400, Ilja A Marchew wrote: 2nd, FR has been removed from testing debian. What is better: compile FR from tarball or get FR from unstable debian? Right now, get the source from CVS or FTP, and build it yourself. -- Chad Miller [EMAIL PROTECTED] url:

Re: debian: compile error

2002-04-09 Thread Chad Miller
On Tue, Apr 09, 2002 at 07:12:12PM +0400, Ilja A Marchew wrote: I try to build debian package from radiusd-freeradius (0.5+cvs20020408-1) with 'src/freeradius-snapshot-20020409# fakeroot debian/rules' command and get this error: rlm_dbm.c:27: gdbm/ndbm.h: No such file or directory

Re: MySQL, again and again ...

2002-04-09 Thread Dirk Tanneberger
Hello, I had the same problem for few day and I have fixed it with the following config: authorize { preprocess suffix sql } authenticate { } preacct { suffix preprocess } accounting { detail unix sql radutmp } Now

Other users list

2002-04-09 Thread Andrew J. Bostaph
Greetz, I have a couple of questions about the users file... According to the comments: #You can include another `users' file with `$INCLUDE users.other' Does this get processed after the raddb/users file? (I am assuming it does, but best to be sure) Can I have multiple other user

Re: Other users list

2002-04-09 Thread Alan DeKok
Andrew J. Bostaph [EMAIL PROTECTED] wrote: According to the comments: #You can include another `users' file with `$INCLUDE users.other' Does this get processed after the raddb/users file? (I am assuming it does, but best to be sure) 'man 5 users' Other files may be

rlm_passwd configuration examples in radiusd.conf.in

2002-04-09 Thread 3APA3A
Dear [EMAIL PROTECTED], I've added configuration examples for passwd files in radiusd.conf.in I can recommend everyone who use smbpasswd files in mschap to try passwd module instead, because it caches passwords in memory and creates hashtable. You can also try rlm_passwd

Re: freeradius mysql tables

2002-04-09 Thread Juan Hernandez
can you also explain radreply? - Original Message - From: tywe To: [EMAIL PROTECTED] Sent: Monday, April 08, 2002 11:03 PM Subject: Re: freeradius mysql tables id = automatic UserName = put in a username Attribute = the name of the attribute you are

Simultaneous-Use

2002-04-09 Thread Justin Ainsworth
Is it possible to only enforce Simultaneous use, based on the huntgroup that the client is in? For example, we use radius for authenticating our dial-in users. We also use it for authenticating with our news server. But, I am guesing that if I was to enable Simultaneous-Use = 1, on a user, he

Re: Freeradius / EAP-TLS / WEP key generation

2002-04-09 Thread Raghu
David Akhtar wrote: Hello people .. I have set up EAP/TLS authentication between Win-XP and Freeradius (recentish CVS archive). I have a setup similar to that described at http://www.missl.cs.umd.edu/~adam/802 .. but using XP as the supplicant. All works fine Good News. and dandy

RE: How can I test the server?

2002-04-09 Thread Eric Fink
Use this to test the default freeradius setup: radtest username password server 1 testing123 - Eric -Original Message- From: chen jin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:35 PM To: [EMAIL PROTECTED] Subject: How can I test the server? I have installed and run

Re: Simultaneous-Use

2002-04-09 Thread Alan DeKok
Justin Ainsworth [EMAIL PROTECTED] wrote: Is it possible to only enforce Simultaneous use, based on the huntgroup that the client is in? Yes. DEFAULT Huntgroup-Name == foo, Simultaneous-Use := 1 ... That will apply to each user in the huntgroup. Alan DeKok. - List

RE: Configuring Free Radius to do MAC Address Authentication

2002-04-09 Thread David Petruzzella
I tried using xxyyzz-xxyyzz and it won't take it, it keeps giving me and invalid user. I tried looking for settings to fix and I couldn't find anything. _ MSN Photos is the easiest way to share and print your photos:

Re: Freeradius-Users digest, Vol 1 #638 - 3 msgs

2002-04-09 Thread David Wong
Message: 1 Date: Mon, 08 Apr 2002 15:00:03 -0700 From: Raghu [EMAIL PROTECTED] Organization: HereUAre Communications To: [EMAIL PROTECTED] Subject: Re: freeradius troubles with cisco access point Reply-To: [EMAIL PROTECTED] David Wong wrote: can anybody verify if freeradius works

Re: freeradius troubles with cisco access point

2002-04-09 Thread David Wong
Message: 1 Date: Mon, 08 Apr 2002 15:00:03 -0700 From: Raghu [EMAIL PROTECTED] Organization: HereUAre Communications To: [EMAIL PROTECTED] Subject: Re: freeradius troubles with cisco access point Reply-To: [EMAIL PROTECTED] David Wong wrote: can anybody verify if freeradius works

Re: freeradius troubles with cisco access point

2002-04-09 Thread Raghu
David Wong wrote: rad_recv: Access-Request packet from host 10.0.0.68:1065, id=31, length=139 User-Name = test NAS-IP-Address = 10.0.0.68 Called-Station-Id = 00409655a415 Calling-Station-Id = 0040965a763c NAS-Identifier = applications1.undisclosed.com

(no subject)

2002-04-09 Thread [EMAIL PROTECTED]
thanks Alan...I won't try it again. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS crash with EAP/TLS

2002-04-09 Thread Raghu
Ken Roser wrote: When I do this I get a core dump with FreeRADIUS. Details: FreeRADIUS CVS snapshot of April 4th. OpenSSL, tried both the one used in the TLS notes and version of April 8th. (this dump is with the same OpenSSL Adam used) Server is Sun Blade 100 with Solaris 8 AP is

FreeRADIUS EAP debug output..

2002-04-09 Thread Sunil Chitnis
Could someone post the debug output of radiusd for a complete valid authentication/authorization using EAP. Please erase any security related information from the output before posting. I want to verify the types of attributes being passed back and forth (including VSAs). Kindest regards. -

Re: Configuring Free Radius to do MAC Address Authentication

2002-04-09 Thread David Petruzzella
Is there any place where you guys chat online, that I can meet you people in, to get interactive help, besides this list. Just out of curiosity. I really all appreciate the help I'm recieving BTW. Thanks in advance for any future help on this subject.

Re: FreeRADIUS EAP debug output..

2002-04-09 Thread Raghu
Sunil Chitnis wrote: Could someone post the debug output of radiusd for a complete valid authentication/authorization using EAP. Please erase any security related information from the output before posting. I want to verify the types of attributes being passed back and forth (including

how can i control detail files been cerated per 5 min.

2002-04-09 Thread maohua0831
hi all i'm here again.i found the detail file can be create every day by %d in the section detail in radiusd.conf,and by %Y request year ,but there is not a %? can configure the detail file name has the format : MMDDMI? in our project we want the detail file been created every 5min.,how