(RADIATOR) AddressAllocator Issue

Hugh Irvine hugh at open.com.au
Wed Mar 8 15:10:30 CST 2006


Hello Jose -

You should use an AuthBy GROUP like this:

# define Realm or Handler

<Handler ...>

	AuthByPolicy ContinueWhileAccept

	<AuthBy ....>
		# do authentication
		.....
	</AuthBy>

	<AuthBy GROUP>

		# do address allocation

		AuthByPolicy ContinueUntilAccept
		
		<AuthBy DYNADDRESS>
			.....
		</AuthBy>

		<AuthBy DYNADDRESS>
			.....
		</AuthBy>

	</AuthBy>

</Handler>


hope that  helps

regards

Hugh


On 9 Mar 2006, at 00:22, Jose Borges Ferreira wrote:

> Hi there!
>
> I'm using AddressAllocator and noticed that , on error, the request  
> is rejected.
> I was wondering if it's possible to have a way to set the  
> OnErrorBehavior configurable in order to IGNORE the "failed" request.
> I have a fallback solution when AddressAllocator fails, but only  
> works if the request is ignored.
>
> Does this make sense or should i try another aproach ?
>
> José Borges Ferreira


NB:

Have you read the reference manual ("doc/ref.html")?
Have you searched the mailing list archive (www.open.com.au/archives/ 
radiator)?
Have you had a quick look on Google (www.google.com)?
Have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.


--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list