On Fri, 4 Jun 2004, Zdenek Pizl wrote:

> On Fri, 2004-06-04 at 15:29, Kostas Kalevras wrote:
> > > the error comes when i try to authenticate gives me this error :
> > >
> > > auth: user supplied User-Password matches local User-Password
> > > modcall: entering group post-auth for request 0
> > > rlm_ippool: Could not find Pool-Name attribute.
> >             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > Fix the above. The comments in radiusd.conf should be more than enough.
> >
>
> I am in similar troubles, and the comment (do you mean:
>         # Example:
>         # radiusd.conf: ippool students { [...] }
>         # users file  : DEFAULT Group == students, Pool-Name :=
> "students" ?) does not help/work ...

As *explained* in the comments, you need to set the Pool-Name attribute to the
name of the ippool module instance. You can do that in the users file.
So if your ippool module is named pool1:

ippool pool1{
        [...]
}

In the users you can do:

DEFAULT Pool-Name := "pool1"

>
> What else should I do?
>
> z.p.
>
>
> > >   modcall[post-auth]: module "main_pool" returns noop for request 0
> > > modcall: group post-auth returns noop for request 0
> > >
> > > how can i solve this problem??
> > >
> > > other question that i have is how to setup the users file to use a speciic pool?
> > >
> > > Best regards
> > >
> > > Marco
> >
> > --
> > Kostas Kalevras             Network Operations Center
> > [EMAIL PROTECTED]   National Technical University of Athens, Greece
> > Work Phone:         +30 210 7721861
> > 'Go back to the shadow'     Gandalf
> >
> > -
> > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> --
> Zdenek Pizl
> Systinet Corporation
> Vinohradska 190
> 130 00 Praha 3
>
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

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

Reply via email to