Alexander Serkin <[EMAIL PROTECTED]> wrote: > My acct-session-id comes with value D47761550033DDC3 for example. > I've also copied CLID (15 digits) into NAS-Port attribute because it's missing > in request.
15 digits is more than 2^32, so it won't fit into a the integer value for NAS-Port. You're better off editing the ippool module to take a key string from the configuration file, call radius_xlat on it, MD5 the resulting data, and using the MD5 hash result as the key for the database. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

