Hi..
see as your log says..
> auth: No authenticate method (Auth-Type) configuration found for the
> request: Rejecting the user
I guess it is not able to find Auth-Type method.. unomment following lines
from radius.conf..
> # authtype LDAP {
> # ldap
> # }
use radtest for testing the auth.. hope this helps..
Premal.
--- Broussard Philippe <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
>
> I try to authorizez and authenticate a user with LDAP but I have this
> log in return :
>
> rad_recv: Access-Request packet from host 192.168.2.73:1281, id=12,
> length=64
> User-Name = "[EMAIL PROTECTED]"
> User-Password = "poiuyt"
> auth: No authenticate method (Auth-Type) configuration found for the
> request: Rejecting the user
> auth: Failed to validate the user.
> Login incorrect: [EMAIL PROTECTED]/poiuyt] (from client testing
> port 0)
> Delaying request 0 for 1 seconds
> Finished request 0
> Going to the next request
> --- Walking the entire request list ---
> Waking up in 1 seconds...
> --- Walking the entire request list ---
> Waking up in 1 seconds...
> --- Walking the entire request list ---
> Sending Access-Reject of id 12 to 192.168.2.73:1281
>
>
> I see that the server doesn't found an authenticate method but he does
> no authorization (however the ldap authorization has declared - see
> config after)
> I don't understand why I have this error, can you explain me ??
>
> Philippe
>
>
>
> Here 's my config files :
>
> ****************
> USERS ->
> [EMAIL PROTECTED] Autz-Type := CISCO, Auth-Type :=
> CISCO
> Fall-Through = 1
>
> ****************
> DICTIONARY ->
> #
> # Non-Protocol Integer Translations
> #
>
> VALUE Auth-Type CISCO 9
>
> #
> # Authorization type, too.
> #
> VALUE Autz-Type CISCO 1
>
> *****************
> RADIUSD.CONF ->
>
> modules {
> ldap ldapcisco {
> server = "192.168.XXX.XX"
> identity = "cn=Root,dc=e-qual,dc=fr"
> password = "XXXXX"
> basedn = "ou=Users,dc=e-qual,dc=fr"
> filter =
> "(&(rights=*USER-Manager*)(uid=%{Stripped-User-Name:-%{User-Name}}))"
> (...)
> }
>
>
> authorize {
>
> # preprocess
> # chap
> # mschap
> # counter
> # attr_filter
> # eap
> # suffix
> # files
> # etc_smbpasswd
>
> autztype CISCO{
> ldapcisco
> }
> autztype CONTACTS{
> ldap2
> }
> }
>
> authenticate {
> # authtype PAP {
> # pap
> # }
>
> # authtype CHAP {
> # chap
> # }
>
> # authtype MS-CHAP {
> # mschap
> # }
>
> # pam
>
> # unix
>
> # authtype LDAP {
> # ldap
> # }
>
> authtype CISCO{
> ldapcisco
> }
> authtype CONTACTS{
> ldap2
> }
> # eap
> }
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html