Startup scripts for Mandrake Linux

2002-12-13 Thread Aaron Brookes
I am running Freeradius .8 under Mandrake Linux v9 and was wondering if anyone has written startup and shutdown scripts that can be used with the rc?.d directories to start Freeradius automatically. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Startup scripts for Mandrake Linux

2002-12-13 Thread Aaron Brookes
I am running Freeradius .80 under Mandrake Linux v9 and am trying to get Freeradius to start automatically when Linux starts. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: How to use Calling-Station-Id to filter client's MAC

2002-12-13 Thread Pierre-Luc Dion
I Kevin, I try somethings to be able to filter client with MAC, and it work !!! in users file : "username" Auth-Type := EAP, Calling-Station-Id = "123e37bb86b2" for authentification I use EAP/TLS and the username are the certificat and client name. Pierre-Luc -Original

Re: Script to run if user fails authentication

2002-12-13 Thread Chris A. Kalin
OK, cool, thanks. Chris - Original Message - From: "Alan DeKok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 1:55 PM Subject: Re: Script to run if user fails authentication > "Chris A. Kalin" <[EMAIL PROTECTED]> wrote: > > Sorry to be a pest about this, bu

Re: Script to run if user fails authentication

2002-12-13 Thread Alan DeKok
"Chris A. Kalin" <[EMAIL PROTECTED]> wrote: > Sorry to be a pest about this, but should the RADIUS server be able to react > to whatever reply attributes the script sends back? No. Scripts are run as almost the last thing the server does, before responding with the Access-Accept or Access-Reje

Re: Script to run if user fails authentication

2002-12-13 Thread Chris A. Kalin
Sorry to be a pest about this, but should the RADIUS server be able to react to whatever reply attributes the script sends back? The reason I ask is because I've got all sorts of conditionals later on in the users file (checking for groups, setting Simultaneous-Auth and Max-Monthly-Session, etc.)

Re: Script to run if user fails authentication

2002-12-13 Thread Alan DeKok
"Chris A. Kalin" <[EMAIL PROTECTED]> wrote: > OK, so do you think the best way to go would be to always have a script run > that performs authentication and decides whether a user gets the "standard" > set of reply attributes or the "restricted" ones? For now, yes. Alan DeKok. - List info/s

Re: Script to run if user fails authentication

2002-12-13 Thread Chris A. Kalin
OK, so do you think the best way to go would be to always have a script run that performs authentication and decides whether a user gets the "standard" set of reply attributes or the "restricted" ones? Chris - Original Message - From: "Alan DeKok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: Script to run if user fails authentication

2002-12-13 Thread Alan DeKok
"Chris A. Kalin" <[EMAIL PROTECTED]> wrote: > I've looked over the documentation, but I can't seem to find how to run a > script if the user fails authentication. There isn't one, right now. The 'post-auth' section may be able to help you. Alan DeKok. - List info/subscribe/unsubscribe? S

Re: freetds module

2002-12-13 Thread Steve Langasek
On Fri, Dec 13, 2002 at 12:38:48PM -0500, Alan DeKok wrote: > betux <[EMAIL PROTECTED]> wrote: > > i install freetds-0.53. > > and i want using freetds(mssql) as radius database. > > but i see in readme file, freetds module may not build because in development. > > is there the complete freetds mod

Re: Script to run if user fails authentication

2002-12-13 Thread Evren Yurtesen
I am not an expert but it might be possible to set a DEFAULT entry which will send your private IP's to everyone connected then you can override this for the authenticated users. The only problem is that I dont know how to accept the user even when the password check fails. Evren On Fri, 13 Dec 2

Script to run if user fails authentication

2002-12-13 Thread Chris A. Kalin
I've looked over the documentation, but I can't seem to find how to run a script if the user fails authentication. Basically, for a variety of goofy reasons, I need the following functionality: If a user dials in with a correct username/password, everything works normally. If a user dials in and

Re: killing daemon with a SIGHUP

2002-12-13 Thread Alan DeKok
Daniel Monjar <[EMAIL PROTECTED]> wrote: > I'm using 0.7.1 on Tru64 5.1... I know I should upgrade. But, in the > course of daily maintenance I will add a user to the users file and then do > a 'kill -1 ' to get the server to refresh its users list. > Something like 1 out of 4 times instead of

Re: freetds module

2002-12-13 Thread Alan DeKok
betux <[EMAIL PROTECTED]> wrote: > i install freetds-0.53. > and i want using freetds(mssql) as radius database. > but i see in readme file, freetds module may not build because in development. > is there the complete freetds module for download? No. Use rlm_iodbc, instead. Alan DeKok. - L

killing daemon with a SIGHUP

2002-12-13 Thread Daniel Monjar
I'm using 0.7.1 on Tru64 5.1... I know I should upgrade. But, in the course of daily maintenance I will add a user to the users file and then do a 'kill -1 ' to get the server to refresh its users list. Something like 1 out of 4 times instead of honoring the SIGHUP and rereading the initializa

freetds module

2002-12-13 Thread betux
dear all, i install freetds-0.53. and i want using freetds(mssql) as radius database. but i see in readme file, freetds module may not build because in development. is there the complete freetds module for download? thank you. regards, tjenen - List info/subscribe/unsubscribe? See http://

Re: /etc/passwd and users file

2002-12-13 Thread Alan DeKok
Bogdan Rosu <[EMAIL PROTECTED]> wrote: > Ok i managed to get it on it's feet, now what i am asking is > is there a way/script to add users with the dial_upadmin frontend > (username / pass) but then to have them in the users file aswell > in the systems passwd/shadow so then i cand use the System

Re: /etc/passwd and users file

2002-12-13 Thread Bogdan Rosu
Ok i managed to get it on it's feet, now what i am asking is is there a way/script to add users with the dial_upadmin frontend (username / pass) but then to have them in the users file aswell in the systems passwd/shadow so then i cand use the System Auth? Dunno if i spelled that corectly, of if

Re: /etc/passwd and users file

2002-12-13 Thread Alan DeKok
Bogdan Rosu <[EMAIL PROTECTED]> wrote: > Ok i'm new to this im sittig here for the 2nd day with my teeth in > deep radius... compiled installed on a Red Hat 6.1 > i've set up the database, also dial up admin.. > in the past ive used radius + pgsql and some home made scripts > but thats history sin

Re: Options in users file

2002-12-13 Thread Alan DeKok
"m&m's" <[EMAIL PROTECTED]> wrote: > I'm newbie in Radius, so I still have a problem with freeradius > configuration. In addition to above I'm looking for information about all > avalaible > parameters (options) used in 'users' file (list of options, their meaning). There are no "options" in the

/etc/passwd and users file

2002-12-13 Thread Bogdan Rosu
Ok i'm new to this im sittig here for the 2nd day with my teeth in deep radius... compiled installed on a Red Hat 6.1 i've set up the database, also dial up admin.. in the past ive used radius + pgsql and some home made scripts but thats history since postgres gave me a lot o headache. What i ha

Options in users file

2002-12-13 Thread
Hello I'm newbie in Radius, so I still have a problem with freeradius configuration. In addition to above I'm looking for information about all avalaible parameters (options) used in 'users' file (list of options, their meaning). Where can I find it? Of course I've listed users file many times and

Make Radius

2002-12-13 Thread Lau Kin Hoong
>Hi, > I'm trying to install freeRadius. I followed the instructions given in > the web site www.missl.cs.umd.edu/wireless/eaptls. When I try to "make", > some errors were returned. The error returned was "error [2]" > Therefore, i couldn't even get to the "make install" stage. > The instru