Re: (RADIATOR) Multiple Check Attributes

2002-01-02 Thread Hugh Irvine
Hello Robert - On Thu, 3 Jan 2002 00:24, Robert Blayzor wrote: > That's what I thought, however I am returning these from a database, > would I put the regular expression in the database? Here is a clip from > my AuthBy.. > > > > Identifier Auth-NAS > DBSourcedbi:S

Re: (RADIATOR) Multiple Check Attributes

2002-01-01 Thread Hugh Irvine
Hello Robert - You would use a regular expression for the check item: NAS-Port-Type = /Async|IDSL/ regards Hugh On Tue, 1 Jan 2002 15:10, Robert Blayzor wrote: > Using AuthBy SQL, how would one return multiples of the same Check > Attributes and have Radiator accept the session if t

(RADIATOR) Multiple Check Attributes

2001-12-31 Thread Robert Blayzor
Using AuthBy SQL, how would one return multiples of the same Check Attributes and have Radiator accept the session if the user NAS-Port-Type matched any of those returned. For example, I have a user that can use NAS-Port-Type Async or IDSL, but he cannot use NAS-Port-Type Sync (ISDN). According