Kostas Kalevras wrote:

>On Wed, 14 Aug 2002, Guillermo Schimmel wrote:
>
>  
>
>>Yes, I have done so.
>>
>>Is this output OK? (The noop part)
>>
>>modcall: entering group authorize
>>  modcall[authorize]: module "preprocess" returns ok
>>  modcall[authorize]: module "files" returns notfound
>>  modcall[authorize]: module "ippool" returns noop
>>rlm_chap: Could not find proper Chap-Password attribute in request
>>  modcall[authorize]: module "chap" returns noop
>>modcall: entering group group
>>
>>Where else should I look?
>>    
>>
>
>Please post the authorize and accounting sections of your radiusd.conf
>  
>
authorize {
        preprocess
        files
        ippool
        chap
        group {
             ldap1 {
                 fail = 1
                 notfound = 2
                 noop = return
                 ok = return
                 updated  = return
                 reject   = return
                 userlock = return
                 invalid  = return
                 handled  = return
                }
             ldap2 {
                 fail     = 1
                 notfound = 2
                 noop     = return
                 ok       = return
                 updated  = return
                 reject   = return
                 userlock = return
                 invalid  = return
                 handled  = return
                }
            }
}

accounting {
        acct_unique
        detail
        sql    
        ippool
}

>  
>
>>Is there any documentation for the ippool module?
>>    
>>
>
>Apart from the comments in the configuration file, no.
>
>--
>Kostas Kalevras                Network Operations Center
>[EMAIL PROTECTED]     National Technical University of Athens, Greece
>Work Phone:            +30 10 7721861
>'Go back to the shadow'        Gandalf
>
>
>- 
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
>
>  
>




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

Reply via email to