Re: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Jaafar Bin Sarim
Hello Hugh, Here it is: - LogDir /var/log/radius/roamin DbDir /usr/local/etc/raddb AuthPort2112 AcctPort2113 Trace 4 Filename %L/logdir/logfile.%Y%m%d Trace 4 Secret xx

Re: (RADIATOR) Reject Reason

2002-07-18 Thread Hugh Irvine
Hello Ronan - In that case you will need to use a PostAuthHook. See the examples in "goodies/hooks.txt". regards Hugh At 1:28 -0400 19/7/02, Ronan Eckelberry, Sr. Network/Systems Administrator wrote: >Hugh, > > Thanx for the quick replyonce again you guys are great. > > Is ther

Re: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Hugh Irvine
Hello Jaafar - Please send me a copy of the configuration file that produced the trace. thanks Hugh At 10:58 +0800 19/7/02, Jaafar Bin Sarim wrote: >Hello Hugh, > >user test004 which is in the deny file still get authenticated against >the /etc/passwd. >pls see attached for the logs. > >Pls

Re: (RADIATOR) Reject Reason

2002-07-18 Thread Ronan Eckelberry, Sr. Network/Systems Administrator
Hugh, Thanx for the quick replyonce again you guys are great. Is there a way to only send this reply on an Access-Reject? Of course I don't want this coming back on every reply. :) -Ronan - Original Message - From: "Hugh Irvine" <[EMAIL PROTECTED]> To: "Ronan Eckelberry"

Re: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Jaafar Bin Sarim
Hello Hugh, user test004 which is in the deny file still get authenticated against the /etc/passwd. pls see attached for the logs. Pls advise. Thank you. Best Regards Jaafar Sarim SingNet On Fri, 19 Jul 2002, Hugh Irvine wrote: > > Hello Jaafar - > > You will need to use AuthBy GROUP's fo

Re: (RADIATOR) Reject Reason

2002-07-18 Thread Hugh Irvine
Hello Ronan - AddToReply Reply-Message = . Whether or not your users see such messages is up to the dialer that is being used, and most do not display these messages in any case. regards Hugh At 21:09 -0400 18/7/02, Ronan Eckelberry wrote: > Quick question all. How do yo

Re: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Hugh Irvine
Hello Jaafar - You will need to use AuthBy GROUP's for the different AuthBy policies. # define AuthBy clauses Identifier System Filename/etc/shadow Identifier CheckSQL DBSourcedbi:Oracle:ahimsa DBUsername xx

Re: (RADIATOR) Limiting connections using a custom dialer andUUNET setup

2002-07-18 Thread Hugh Irvine
Hello Gilbert - The OSC-AVPAIR is defined in the Radiator 3.1 dictionary. You would use it like this: OSC-AVPAIR = "sometag = somestring" It is completely up to you how you define and use "sometag = somestring" - it can be anything at all that suits your requirements. You can also h

FW: [QRgriff3]: RE: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Ronan Eckelberry
Whoever is on the list that is using this service, could you please do something about it so people do not get this message everytime they post to the list? Thanks, -Ronan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 18 July, 2002 21:27

RE: (RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Ronan Eckelberry
I would try ContinueUntilReject. :) -Ronan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jaafar Bin Sarim Sent: Thursday, 18 July, 2002 20:53 To: [EMAIL PROTECTED] Subject: (RADIATOR) Problem: AuthByPolicy Hello Hugh I'm unable to establis

(RADIATOR) Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort:Re: Antwort: Re: (RADIATOR) Radiator - Probs with Authby SQL

2002-07-18 Thread Hugh Irvine
Hello Christian - If you want to do both CHAP and PAP authentication, your passwords *must* be stored in clear text in the database. If you want to store encrypted passwords (and only use PAP) you must use an external program to do the encryption and then take the resulting string and put t

Re: (RADIATOR) Strange problem when upgrading

2002-07-18 Thread Hugh Irvine
Salut Jeje - Si t'es content avec ca - je le suis aussi. A+ Hugues At 12:38 +0200 18/7/02, Jeje wrote: >--On Thursday, July 18, 2002 08:33:29 AM +1000 Hugh Irvine ><[EMAIL PROTECTED]> wrote: > >> >>Salut Jeje - >> >>Comment va la vie? > >tres bien, merci :) > >>The first question is "have y

(RADIATOR) Reject Reason

2002-07-18 Thread Ronan Eckelberry
Quick question all. How do you determine what message is sent back with a Access-Reject? This is mainly for a log file to know why people were rejected. In specific "time-banked" users. Say the check for their timeleft fails and an Access-Reject is sent back, is there a way to form the

(RADIATOR) Problem: AuthByPolicy

2002-07-18 Thread Jaafar Bin Sarim
Hello Hugh I'm unable to establish a policy that I want to achieve as described below: 1. user access if found in the deny file will be rejected and nothing else. 2. user access if not found in the deny file will be checked against the /etc/passwd file if not found in the /etc/pas

Re: (RADIATOR) Limiting connections using a custom dialer and UUNET setup

2002-07-18 Thread Gilbert Rebeiro
Hugh, I cannot find documentation on OSC-AVPAIR, can you direct me to some. Can you describe at a high level what/how the dialer program could send something special to radiator to identify itself? Regards, Gilbert. > Hello Gilbert - > > We have recently introduced vendor-specific attribute

RE: (RADIATOR) 'Drop' Intermin-Accounting

2002-07-18 Thread Frank Danielson
A simple way around it would be to use a handler that accepts the Interim-Accounting requests and then another Handler to proxy the rest. We are using this on a production system for similar purposes.      DefaultResult ACCEPT        AuthBy Stuff   -Original Message-From: Steve

(RADIATOR) 'Drop' Intermin-Accounting

2002-07-18 Thread Steve Rogers
Hi,   One of our dial providers is sending Interim-Accounting to Radiator, which in turn is proxied to another Radius server to perform authentication. We need to 'drop' these Interim-Accounting updates from Radiator so they are not seen by the authenticating radius server.   Has anyone done

Re: (RADIATOR) Radiator - Probs with Authby SQL

2002-07-18 Thread neil d. quiogue
Hello Christian, For MySQL: Trye the MD5 function instead of the PASSWORD function. For Perl: For this, you would need to play around with Digest::MD5. Or if you want a quick way to do the creation, there's a Perl module from CPAN called Crypt::PasswdMD5 that provides an MD5-based crypt() funct

Re: (RADIATOR) Strange problem when upgrading

2002-07-18 Thread Jeje
--On Thursday, July 18, 2002 08:33:29 AM +1000 Hugh Irvine <[EMAIL PROTECTED]> wrote: > > Salut Jeje - > > Comment va la vie? tres bien, merci :) > The first question is "have you also applied all the patches for 3.1?". I just did, it seems like it has no effect on my problem. > The second q

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: (RADIATOR) Radiator - Probs with Authby SQL

2002-07-18 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Christian Rautscher" <[EMAIL PROTECTED]>] Date: Thu, 18 Jul 2002 04:28:23 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Thu Jul 18 04:28:22 2002 Received: