(RADIATOR) Assign IP's or Default

2003-02-04 Thread William Taylor
Ok guys, Im trying to finish up my migration off of livingston radius. Here is what I would like to do. Currently in radiator I am authing users out of an SQL database. Some of my users have Static IP address and Framed routes. For these users I had entries in the Users File in livingston.

Re: (RADIATOR) Assign IP's or Default

2003-02-04 Thread Hugh Irvine
Hello William - All of what you want to do is fairly straightforward, although dealing with ISDN will probably involve the use of Handlers. Here is what I would do: # define AuthBy clauses AuthBy SQL Identifier CheckISDN . # set up AuthSelect for ISDN only AuthSelect . .

Re: (RADIATOR) Assign IP's or Default

2003-02-04 Thread William Taylor
Hi Hugh, Thanks for the info. I was doing something similar with the replaceProfiles hook you were using. I do have a question though. Below in the AuthColumnDef you say Group-Id, request Are you sure that is supposed to be request and not reply? I don't get anything with using request when I

Re: (RADIATOR) Assign IP's or Default

2003-02-04 Thread Hugh Irvine
Hello William - Yes I do mean request, which you can reference with: $gid = $p-get_attr('Group-Id'); The reason for doing it this way (as described in my previous mail) is because you then don't have to bother with any housekeeping as the request packet is discarded automatically. You can