(RADIATOR) ContinueWhileReject vs ContinueWhileIgnore

1999-12-05 Thread Christian Brem

Hi!

Is it possible to define something like "ContinueWhileReject OR WhileIgnore".

ciao, Christian

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) ContinueWhileReject vs ContinueWhileIgnore

1999-12-05 Thread Hugh Irvine


Hello Christian -

On Sun, 05 Dec 1999, Christian Brem wrote:
 Hi!
 
 Is it possible to define something like "ContinueWhileReject OR WhileIgnore".
 

Here is the relevant section from the manual:

  6.19.1   AuthByPolicy

This parameter allows you to control the behaviour of multiple AuthBy clauses 
inside this AuthBy GROUP. In particular, it allows you to specify under what
conditions Radiator will try the next AuthBy clause. If you only have one
AuthBy clause, AuthByPolicy is not relevant and is ignored.

Recall that for a single Realm, Handler or AuthBy GROUP, you can specify more 
than one AuthBy clause. The normal behaviour of Radiator is to try to
authenticate with the first one. If that authentication method either Accepts
or Rejects the request, then Radiator will immediately send a reply to the NAS.
If on the other hand the AuthBy Ignores the request, then the next one will be
tried. That is the normal and default behaviour, but with AuthByPolicy, you can
change that. The permissible values of AuthByPolicy are:

  ContinueWhileIgnore 

This is the default. Continue trying to authenticate until either Accept or Reject


  ContinueUntilIgnore 

Continue trying to authenticate until Ignore


  ContinueWhileAccept 

Continue trying to authenticate as long as it is Accepted


  ContinueUntilAccept 

Continue trying to authenticate until it is Accepted


  ContinueWhileReject 

Continue trying to authenticate as long as it is Rejected


  ContinueUntilReject 

Continue trying to authenticate until it is Rejected


  anything else 

Always do every authentication method.


hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) ContinueWhileReject vs ContinueWhileIgnore

1999-12-05 Thread Mike McCauley

Hi Christian,

also, perhaps you might consider that
ContinueUntilAccept is (usually) indentical to ContinueWhile(ignore or reject)

Cheers.


On Dec 6,  8:25am, Hugh Irvine wrote:
 Subject: Re: (RADIATOR) ContinueWhileReject vs ContinueWhileIgnore

 Hello Christian -

 On Sun, 05 Dec 1999, Christian Brem wrote:
  Hi!
 
  Is it possible to define something like "ContinueWhileReject OR
WhileIgnore".
 

 Here is the relevant section from the manual:

   6.19.1   AuthByPolicy

 This parameter allows you to control the behaviour of multiple AuthBy clauses
 inside this AuthBy GROUP. In particular, it allows you to specify under what
 conditions Radiator will try the next AuthBy clause. If you only have one
 AuthBy clause, AuthByPolicy is not relevant and is ignored.

 Recall that for a single Realm, Handler or AuthBy GROUP, you can specify more
 than one AuthBy clause. The normal behaviour of Radiator is to try to
 authenticate with the first one. If that authentication method either Accepts
 or Rejects the request, then Radiator will immediately send a reply to the
NAS.
 If on the other hand the AuthBy Ignores the request, then the next one will
be
 tried. That is the normal and default behaviour, but with AuthByPolicy, you
can
 change that. The permissible values of AuthByPolicy are:

   ContinueWhileIgnore

 This is the default. Continue trying to authenticate until either Accept or
Reject


   ContinueUntilIgnore

 Continue trying to authenticate until Ignore


   ContinueWhileAccept

 Continue trying to authenticate as long as it is Accepted


   ContinueUntilAccept

 Continue trying to authenticate until it is Accepted


   ContinueWhileReject

 Continue trying to authenticate as long as it is Rejected


   ContinueUntilReject

 Continue trying to authenticate until it is Rejected


   anything else

 Always do every authentication method.


 hth

 Hugh

 --
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
 Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
 NT, Rhapsody

 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from Hugh Irvine



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Log SYSLOG

1999-12-05 Thread Pete Black

Hi everyone,

Where can you get the necessary perl util's to log via Syslog?

Pete.

==
_/  Pete Black mailto:[EMAIL PROTECTED]
_/  Dot Communications Pty Ltd http://www.dot.net.au/world
== 

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Log SYSLOG

1999-12-05 Thread Mike McCauley

Hello Pete,

Syslog is part of the standard stuff you get with perl. You should not need to
get anything, but you may need to do the h2ph stuff mentioned in the Radiator
reference manual.

Hope that helps.

Cheers.

On Dec 6,  1:24pm, Pete Black wrote:
 Subject: (RADIATOR) Log SYSLOG
 Hi everyone,

   Where can you get the necessary perl util's to log via Syslog?

   Pete.

 ==
 _/  Pete Black mailto:[EMAIL PROTECTED]
 _/  Dot Communications Pty Ltd http://www.dot.net.au/world
 ==

 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from Pete Black



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.