Re: (RADIATOR) Hook Between AuthBy

2003-11-03 Thread Hugh Irvine
Hello Harrison - You should use an AuthBy GROUP and an AuthBy INTERNAL: AuthByPolicy ContinueWhileAccept . DefaultResult ACCEPT AuthHook .

(RADIATOR) Hook Between AuthBy

2003-11-03 Thread Harrison Ng
Title: Hook Between AuthBy Hi, My problem is adding country code (ie. 852) to Calling-Station-Id attribute after LDAP query, and _before_ forward to another radius server (see below config). How can I do this? Regards, Harrison     Identifier GUP_Dipping     AuthenticateAc

Re: (RADIATOR) Restricted logins.

2003-11-03 Thread Hugh Irvine
Hello Wesley - What you are describing is a session database with simultaneous use checking. Unfortunately the accounting data is used to add and remove records to the session database (starts add and stops remove), so if you cannot rely on the accounting data there is not much you can do. If

Re: (RADIATOR) Restricted logins.

2003-11-03 Thread Andrew Stevenson
On Mon, 3 Nov 2003, Wesley Hof wrote: > How can I setup radiator to accept only 1 authentication / user? Use a SessionDatabase and make sure your NAS has the correct type specified. When the user tries to authenticate your authentication system (such as AuthSQL) can return the number of simultan

(RADIATOR) MSSQL connection failure

2003-11-03 Thread Alan Murrell
Hello, We use Platypus for our billing and dialup authentication. Over the weekend, we had a failure of Radiator (version 2.18.2 running on a Linux server) connecting to the Platypus database. The erros recorded in the log are: --- Sun Nov 2 07:05:36 2003: ERR: Could not connect to SQL datab

(RADIATOR) Restricted logins.

2003-11-03 Thread Wesley Hof
Hi List, How can I setup radiator to accept only 1 authentication / user? For example: User with username abc123 is already connected (Start-record recieved), at that time when a other customer tries connecting with that user to, he should get a deny. So no multiple logins. I already searched