Hello All,

I am trying to rebuild a deb package on sarge for 1.0.2 - 1.1.0pre0 that includes a patch that adds a function to rlm_preproccess.c

(This patch available to any who wish it adds the attribute Client-Short-Name with the value as defined from the clients.conf file.
It is used to match stanzas to all clients that share a common portion of the Client-Short-Name so that requests from "similar" NAS's may be dealt with in a similar fashion. I prefer this approach than working off the IP address.)


static int add_client_attr(REQUEST *request);

Which is used in the same manner as add_nas_attr() and in the same places.

Running the build gives me "Undefined symbol" when freeradius hits that point of execution during authentication requests and it exits.

grepping for add_nas_attr shows no extra work done in the source than that I had done for add_client_attr.

Is there something I am missing?

Thanks for any help,

Joe

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

Reply via email to