Re: Res: Res: EAP-TTLS + Post-auth clear password

2007-03-23 Thread Alan DeKok
Erico Augusto wrote: as suggested, I'm working with exec module. radiusd.conf: ... exec { post-auth:User-Password = `%{exec:/usr/local/etc/raddb/jradius.forward}` wait = yes input_pairs = request } ... the content of

Res: Res: Res: EAP-TTLS + Post-auth clear password

2007-03-23 Thread Erico Augusto
- Mensagem original De: Alan DeKok [EMAIL PROTECTED] Para: FreeRadius users mailing list freeradius-users@lists.freeradius.org Enviadas: Sexta-feira, 23 de Março de 2007 3:54:41 Assunto: Re: Res: Res: EAP-TTLS + Post-auth clear password Erico Augusto wrote: All I can say is huh? You

Re: Res: EAP-TTLS + Post-auth clear password

2007-03-22 Thread Alan DeKok
Erico Augusto wrote: I'm trying to forward username and password to my own app, using post-auth section, to perform user authentication, as described below ... is that possible? Yes. See the exec module. Why do you think the pap module has anything to do with it? Alan DeKok. --

Res: Res: EAP-TTLS + Post-auth clear password

2007-03-22 Thread Erico Augusto
[EMAIL PROTECTED] Para: FreeRadius users mailing list freeradius-users@lists.freeradius.org Enviadas: Quinta-feira, 22 de Março de 2007 5:29:24 Assunto: Re: Res: EAP-TTLS + Post-auth clear password Erico Augusto wrote: I'm trying to forward username and password to my own app, using post-auth section

Res: EAP-TTLS + Post-auth clear password

2007-03-21 Thread Erico Augusto
thanks joe, my pap's modules section is already as follows: pap { encryption_scheme = clear } I'm trying to forward username and password to my own app, using post-auth section, to perform user authentication, as described below ... is that possible? Erico. - Mensagem original