Re: External authentication ?

2002-09-25 Thread Torbjorn Tornkvist
> Yes. But you can also do: > > bob Auth-Type := Accept > Exec-Program-Wait > > > If the program does: exit(1), then the authentication fails. I did try that too and it didn't work. Look, here is an excerpt from my users file: -- tobbe Auth-Type := Accept

Re: External authentication ?

2002-09-25 Thread Torbjorn Tornkvist
> > How can I setup my Freeradius server so that > > an external program does the authentication ? > > See 'scripts/exec-program-wait' Thats exactly what I did, but doesn't the entry: bobPassword == "bob" Exec-Program-Wait = "/path/to/program/exec-program-wait" mean that the pass

External authentication ?

2002-09-25 Thread Torbjorn Tornkvist
Hi, How can I setup my Freeradius server so that an external program does the authentication ? I've seen this example from the users conf file: tobbe Password == "tobbe" Exec-Program = "/usr/local/radius_auth.sh %u %w %y %g %h"