Re: (RADIATOR) PostAuthHook question.

2001-06-22 Thread Hugh Irvine
Hello Griff - At 9:33 AM -0700 6/21/01, Griff Hamlin wrote: >Hello, > >I'm in need of adding specific attributes to the reply packets for one >of the routers I have to authenticate (out of hundreds). Since I only >have need for one handler and we don't use realms, I figure the best >thing to do

(RADIATOR) PostAuthHook question.

2001-06-21 Thread Griff Hamlin
Hello, I'm in need of adding specific attributes to the reply packets for one of the routers I have to authenticate (out of hundreds). Since I only have need for one handler and we don't use realms, I figure the best thing to do would be to have a little PostAuthHook that tested my request for th

Re: (RADIATOR) PostAuthHook question...

2000-12-06 Thread Hugh Irvine
Hello Mark - At 15:42 + 6/12/00, Mark O'Leary wrote: >Hi, > >Is it possible for a PostAuthHook to identify which of multiple AuthBy >methods in a realm have triggered it? Actually, the PostAuthHook fires after *all* of the AuthBy clauses have been executed, so no there is no easy way to d

(RADIATOR) PostAuthHook question...

2000-12-06 Thread Mark O'Leary
Hi, Is it possible for a PostAuthHook to identify which of multiple AuthBy methods in a realm have triggered it? I have a ContinueWhileReject realm with Authbys of FILE, then LDAP, then RADIUS. What I'd like to do is have a postauthhook subroutine react only to successful LDAP authentications