No authenticate method

Ivan Kalik tnt at kalik.net
Thu May 15 11:27:32 CEST 2008


>
>authorize {
>    ...
>    Autz-Type ldap1 {
>       ldap1
>    }
>    Autz-Type ldap2 {
>       ldap2
>    }
>    ...
>}
>
..
>rad_recv: Access-Request packet from host 11.12.13.14:1896, id=3, length=47
>	User-Name = "xxxxxx"
>	User-Password = "yyyyyy"
>   Processing the authorize section of radiusd.conf
>modcall: entering group authorize for request 0
>   modcall[authorize]: module "preprocess" returns ok for request 0
>radius_xlat:  '/var/log/radius/radacct/141.115.16.72/auth-detail-20080514'
>rlm_detail:
>/var/log/radius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands
>to /var/log/radius/radacct/141.115.16.72/auth-detail-20080514
>   modcall[authorize]: module "auth_log" returns ok for request 0
>   modcall[authorize]: module "mschap" returns noop for request 0
>rlm_counter: Entering module authorize code
>rlm_counter: Could not find Check item value pair
>   modcall[authorize]: module "daily" returns noop for request 0
>modcall: leaving group authorize (returns ok) for request 0
>* auth: No authenticate method (Auth-Type) configuration found for the
>request: Rejecting the user
>* auth: Failed to validate the user.
>* Login incorrect: [xxxxxx/yyyyyy] (from client zzzzz port 0)

And how are you calling those Autz-Types (without files)? You probably
want:

authorize {
..
ldap1
ldap2
..
}

Ivan Kalik
Kalik Informatika ISP




More information about the Freeradius-Users mailing list