> On Tue, 29 Mar 2005, Jarred Cleem wrote:
>
> > Thanks Dustin Doris for your reply.  I seem to be missing something
> > because I can not get it to work like you mentioned.  Let me provide
> > some data and config info in hopes that you might be able to help
> > further.  What I am hoping for is that it will send the profile info and
> > the info for the user.
> >
> > For example, I am hoping to see the return attributes for jcleem/dial to
> > be:
> >     radiusClientIPAddress: 172.18.5.1
> >     radiusFramedIPNetmask: 255.255.255.0
> >     radiusFramedProtocol: PPP
> >     radiusFramedRouting: None
> >     radiusServiceType: Framed-User
> >     radiusFramedCompression: Van-Jacobson-TCP-IP
> >
> > But I only get (does not include radiusClientIPAddress):
>
> The radiusClientIPAddress attribute is a check and not a reply item. It
> is normally not included in raddb/ldap.attrmap and i don't think you
> wanted to use that in the first place. What you need to use is the
> radiusFramedIPAddress attribute: radiusFramedIPAddress: 172.18.5.1
>
> --

Kostas is correct, but if you really need to use Client-IP-Address for
some reason, then add it to ldap.attrmap as a reply item.

replyItem       Client-IP-Address       radiusClientIPAddress

-Dusty

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to