Hi,
I have this error, when i client log in:


Fri Jul 28 12:49:55 2006 : Debug:   Processing the post-auth section of radiusd.conf
Fri Jul 28 12:49:55 2006 : Debug: modcall: entering group post-auth for request 0
Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: calling professori (rlm_ippool) for request 0
Fri Jul 28 12:49:55 2006 : Debug: rlm_ippool: Could not find Pool-Name attribute.
Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: returned from professori (rlm_ippool) for request 0
Fri Jul 28 12:49:55 2006 : Debug:   modcall[post-auth]: module "professori" returns noop for request 0
Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: calling studenti (rlm_ippool) for request 0
Fri Jul 28 12:49:55 2006 : Debug: rlm_ippool: Could not find Pool-Name attribute.
Fri Jul 28 12:49:55 2006 : Debug:   modsingle[post-auth]: returned from studenti (rlm_ippool) for request 0
Fri Jul 28 12:49:55 2006 : Debug:   modcall[post-auth]: module "studenti" returns noop for request 0
Fri Jul 28 12:49:55 2006 : Debug: modcall: leaving group post-auth (returns noop) for request 0


CONFIG:
radius.conf

 ippool professori {
                   range-start = 192.168.182.2
                range-stop = 192.168.182.50
                netmask = 255.255.255.0
                cache-size = 800
                session-db = ${raddbdir}/db.ippool
                ip-index = ${raddbdir}/db.ipindex
        }
     ippool studenti {
                 range-start = 192.168.182.129
                 range-stop = 192.168.182.254
                 netmask = 255.255.255.0   
                 cache-size = 800
                 session-db = ${raddbdir}/db.ippool
                 ip-index = ${raddbdir}/db.ipindex
      }
post-auth {
        professori
        studenti
    ............ }


users

DEFAULT Service-Type == Framed-User, Huntgroup-Name == "professori", User-Profile:="employeeType=professor", Pool-Name := "professori"
Fall-Through = Yes
DEFAULT Service-Type == Framed-User, Huntgroup-Name == "studenti", User-Profile:="employeeType=student", Pool-Name := "studentii"
Fall-Through = Yes

huntgroups

professori      NAS-IP-Address == 192.168.182.1
studenti        NAS-IP-Address == 192.168.182.1

--------------------

Thanks in advance, Giusy
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to