Hi,<br>I have this error, when i client log in:<br><br><br>Fri Jul 28 12:49:55 2006 : Debug:   Processing the post-auth section of radiusd.conf<br>Fri Jul 28 12:49:55 2006 : Debug: modcall: entering group post-auth for request 0
<br>Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: calling professori (rlm_ippool) for request 0<br>Fri Jul 28 12:49:55 2006 : Debug: rlm_ippool: Could not find Pool-Name attribute.<br>Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: returned from professori (rlm_ippool) for request 0
<br>Fri Jul 28 12:49:55 2006 : Debug:   modcall[post-auth]: module "professori" returns noop for request 0<br>Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: calling studenti (rlm_ippool) for request 0
<br>Fri Jul 28 12:49:55 2006 : Debug: rlm_ippool: Could not find Pool-Name attribute.<br>Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: returned from studenti (rlm_ippool) for request 0<br>Fri Jul 28 12:49:55 2006 : Debug:   modcall[post-auth]: module "studenti" returns noop for request 0
<br>Fri Jul 28 12:49:55 2006 : Debug: modcall: leaving group post-auth (returns noop) for request 0<br><br><br>CONFIG:<br>radius.conf<br><br> ippool professori {<br>                   range-start = <a href="http://192.168.182.2">
192.168.182.2</a><br>                range-stop = <a href="http://192.168.182.50">192.168.182.50</a><br>                netmask = <a href="http://255.255.255.0">255.255.255.0</a><br>                cache-size = 800<br>                session-db = ${raddbdir}/db.ippool
<br>                ip-index = ${raddbdir}/db.ipindex<br>        }<br>     ippool studenti {<br>                 range-start = <a href="http://192.168.182.129">192.168.182.129</a><br>                 range-stop = <a href="http://192.168.182.254">
192.168.182.254</a><br>                 netmask = <a href="http://255.255.255.0">255.255.255.0</a>   <br>                 cache-size = 800<br>                 session-db = ${raddbdir}/db.ippool<br>                 ip-index = ${raddbdir}/db.ipindex
<br>      }<br>post-auth {<br>        professori<br>        studenti<br>    ............ }<br><br><br>users<br><br>DEFAULT Service-Type == Framed-User, Huntgroup-Name == "professori", User-Profile:="employeeType=professor", Pool-Name := "professori"
<br>Fall-Through = Yes<br>DEFAULT Service-Type == Framed-User, Huntgroup-Name == "studenti", User-Profile:="employeeType=student", Pool-Name := "studentii"<br>Fall-Through = Yes<br><br>huntgroups
<br><br>professori      NAS-IP-Address == <a href="http://192.168.182.1">192.168.182.1</a><br>studenti        NAS-IP-Address == <a href="http://192.168.182.1">192.168.182.1</a><br><br>--------------------<br><br>Thanks in advance, Giusy
<br>