Framed-IP-Address null value

2011-10-17 Thread Alejandro Gandara
Hello all! Im testing freeradius in a preproduction machine. I've configured It with freeradius + Ldap. At this moment I only need read from ldap these attributes: user, password and Framed-IP-Address to assing an IP to an specific User. The problem cames when i use this: in

Re: Framed-IP-Address null value

2011-10-17 Thread Alan DeKok
Alejandro Gandara wrote: The problem cames when i use this: .. update reply { Framed-IP-Address := %{Client-IP-Address} } That is completely and totally wrong. You are telling the end user that he can use the IP address assigned to the NAS. But if

Re: Framed-IP-Address null value

2011-10-17 Thread Alejandro Gandara
2011/10/17 Alan DeKok al...@deployingradius.com Alejandro Gandara wrote: The problem cames when i use this: .. update reply { Framed-IP-Address := %{Client-IP-Address} } Sorry I meantFramed-IP-Address := %{Framed-IP-Address} That is

Re: Framed-IP-Address null value

2011-10-17 Thread Fajar A. Nugraha
On Mon, Oct 17, 2011 at 11:26 PM, Alejandro Gandara agand...@optaresolutions.com wrote: 2011/10/17 Alan DeKok al...@deployingradius.com Alejandro Gandara wrote: The problem cames when i use this: ..  update reply {                         Framed-IP-Address := %{Client-IP-Address}    

Re: Framed-IP-Address null value

2011-10-17 Thread Alan Buxey
Hi, �update reply { � � � � � � � � � � � � Framed-IP-Address := %{Client-IP-Address} � � � � � � � � } Sorry I meant� � Framed-IP-Address := %{Framed-IP-Address} which, in your debug evaluated to NULL. are you sure its set/known at that point? alan - List