attribute Password in an Access-Reject packet

2006-02-13 Thread Susana Macias
Hy all, I am trying to include two pairs attribute/value in my Radius Response Packet. This is my code: ... pairadd(request-reply-vps, pairmake(Password, ***\n, T_OP_EQ)); pairadd (request-reply-vps, pairmake(Reply-Message, TID-2002, T_OP_EQ)); ... When I do some tests, I observe this: 1) If

Re: attribute Password in an Access-Reject packet

2006-02-13 Thread Susana Macias
--- Josh Howlett [EMAIL PROTECTED] escribió: Susana Macias wrote: * Why the Password attribute does not appear in the Access-Reject packet? User-Password is not permitted in Access-Rejects; see the RFC. Yes, but in the RFC says that the User-Password attribute is only used

SIGHUP and instantiate method

2006-02-10 Thread Susana Macias
Hy all, I am going to develop a custom module. I would like to know if the instantiate method of my new module would be called again when I send the server a SIGHUP (in order to do the reinitialization of my variables with the new values inserted) Regards, Susana

RLM_LDAP INSTALL

2006-01-27 Thread Susana Macias
Hy all I am going to install the rlm_ldap module in order to make some easy and simple tests. I am using: FreeRadius 1.0.5 Solaris 9 ** Which version of openldap do you recommend me to install? ** Is it necessary to install OpenSSL in order to do simple tests (not SSL connections)? ** And

FreeRadius in a production environment

2006-01-20 Thread Susana Macias
Hy :-)I am interested to know about success stories of people using FreeRadius in a production environment. I have read http://www.freeradius.org/testimonials.htmlbut I would like to obtain a few more experiences.Best regards, Susana LLama Gratis a cualquier PC del Mundo.Llamadas a

RE: Fw: authorize and authenticate methods ina custom module

2006-01-05 Thread Susana Macias
ct: Re: authorize and authenticate methods ina custom module Susana Macias <[EMAIL PROTECTED]>wrote: I have started working with the RADIUS protocol (and with FreeRadius in particular) three weeks ago. Congratulations for the product, it is really powerful! Thanks. But, when are the aut

authorize and authenticate methods ina custom module

2006-01-03 Thread Susana Macias
Hy all,I have started working with the RADIUS protocol (and with FreeRadius in particular) three weeks ago. Congratulations for the product, it is really powerful!Now I want to develop a custom module. I have been reading some documents (module_interface, configurable_failover, the