Hello Ricardo -

Thanks for sending the company information.

> 
>    I have the following setup: We have our local users on LDAP and an
> accounting db using PostgresSQL. Recentely we had to integrate with another
> network and need to forward requests to them. As there is no way to separate
> them I setup things like this
> 
> <Handler Request-Type = Accounting-Request >
>   AuthBy SQLAccounting
> </Handler>
> 
> <Handler>
>   <AuthBy GROUP>
>   AuthByPolicy ContinueWhileReject
>   AuthBy LDAPAuthentication
>   AuthBy remote
>   </AuthBy>
> </Handler>
> 
> The problem is that now, I need to forward the Accounting too.
> 

You can do it like this:

<Handler Request-Type = Accounting-Request >
   AuthByPolicy ContinueAlways
   AuthBy SQLAccounting
   AuthBy remote
</Handler>

<Handler>
  AuthByPolicy ContinueWhileReject
  AuthBy LDAPAuthentication
  AuthBy remote
</Handler>

hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to