Re: (RADIATOR) Identifier, PostAuthHook

2003-06-03 Thread Mike McCauley
Hello Nathan , On Tue, 3 Jun 2003 12:27 pm, Nathan 'Franko' Franklin wrote: > Hello Hugh and List > > I am writing a PostAuthHook, I need to use the AuthBy's Identifiers' > database connections > > I can reference it staticly like this: > > my $db = Radius::AuthGeneric::find('AuthByEmerald'); > >

(RADIATOR) Identifier, PostAuthHook

2003-06-03 Thread Nathan 'Franko' Franklin
Hello Hugh and List   I am writing a PostAuthHook, I need to use the AuthBy's Identifiers' database connections   I can reference it staticly like this: my $db = Radius::AuthGeneric::find('AuthByEmerald');   how do i reference it dynamicly, specific to its authby clause   I Have tried this   m

Re: (RADIATOR) Identifier in Handler

2001-10-04 Thread Hugh Irvine
Hello William - On Friday 05 October 2001 08:00, William Hernandez wrote: > Hello everyone, > > We use handlers in our radius.cfg such as > > > Identifier prdigital > SessionDatabase prw-sessiondb > AuthBy prdigital-plat > > PostAuthHook file:"/etc/raddb/setSessi

(RADIATOR) Identifier in Handler

2001-10-04 Thread William Hernandez
Hello everyone, We use handlers in our radius.cfg such as Identifier prdigital SessionDatabase prw-sessiondb AuthBy prdigital-plat PostAuthHook file:"/etc/raddb/setSessionTimeout" AcctLogFileName /var/log/radacct/prdigital/detail PasswordLogFileN

Re: (RADIATOR) Identifier clause

2001-02-28 Thread Mariano Absatz
El 28 Feb 2001, a las 12:31, Hugh Irvine escribió: > > Hello Mariano - > > What version of Radiator are you running? > > I get the same error in Radiator 2.17.1. It is, indeed, 2.17.1. > > However, I have also tested this with Radiator 2.18 (alpha) and the problem > has been fixed, so I wou

Re: (RADIATOR) Identifier clause

2001-02-27 Thread Hugh Irvine
Hello Mariano - What version of Radiator are you running? I get the same error in Radiator 2.17.1. However, I have also tested this with Radiator 2.18 (alpha) and the problem has been fixed, so I would suggest you upgrade when 2.18 is released. regards Hugh On Wednesday 28 February 2001 05

(RADIATOR) Identifier clause

2001-02-27 Thread Mariano Absatz
Is it a bug? or is it a feature? :-D Some time ago, I let the "LogFile" statement from my radius.cfg commented out (along with Trace 4) pointing to a filename of "debug" and added a clause pinting to another filename with trace 3, so I can enable and disable debugging without affecting (espec

Re: (RADIATOR) Identifier

2000-06-04 Thread Hugh Irvine
Hello Robin - On Sun, 04 Jun 2000, Robin Gruyters wrote: > Hi, > > I try to add Identifier to AuthBy TEST but I get a error message that this is > not allowed. > > Sat Jun 3 16:46:07 2000: ERR: Unknown keyword 'Identifier' in > /usr/local/etc/raddb/radius.cfg line 35 > Sat Jun 3 16:46:07 200

(RADIATOR) Identifier

2000-06-03 Thread Robin Gruyters
Hi, I try to add Identifier to AuthBy TEST but I get a error message that this is not allowed. Sat Jun 3 16:46:07 2000: ERR: Unknown keyword 'Identifier' in /usr/local/etc/raddb/radius.cfg line 35 Sat Jun 3 16:46:07 2000: WARNING: Could not find an clause with Identifier for AuthBy test --

Re: (RADIATOR) Identifier statement inside a REALM clause

1999-09-04 Thread Hugh Irvine
Hi John - On Sun, 05 Sep 1999, John Coy wrote: > > I was wondering if it is truly required to place the AuthBy > statement inside to be used this way? > I guess I'm asking, could you have in your radiusd.cfg: > > > Identifier System > > > And then still use "DEFAULT Auth-Type = System"

(RADIATOR) Identifier statement inside a REALM clause

1999-09-04 Thread John Coy
In the RADIATOR documentation section 6.13.5, there is an example usage of the "Identifier" statement. It shows: Identifier System It then goes on to show a typical usage example in the "users" file: DEFAULT Auth-Type = System I was won