Hi all!
    My userdata is in ldap and I want to use EAP-MD5 authentication.I configure 
radiusd.conf:
modules {
                ...
                eap {
                        default_eap_type = md5
                        md5 {
                        }
                    ...
                }
                ...
        }

        # ldap gets the Configured password.
        # eap sets the authenticate type as EAP
        authorize {
                ldap
                eap
        }

        # eap authentication takes place.
        authenticate {
                eap
                }
       ...
     ldap {
                #password_header = "{CLEAR}"
                password_header = "{crypt}"
                #password_a=ttribute
                password_attribute = userPassword
          }



The passwd_header in my ldap is crypt.But when I login,the Error message is :
ldap_release_conn: Release Id: 0
rlm_eap_md5: Challenge failed
Login OK: [jbhuang] (from client gznet18 port 1024 cli )
rad_recv: Access-Request packet from host 202.112.18.253:1024, id=182, length=166
Sending Access-Reject of id 182 to 202.112.18.253:1024
        EAP-Message = 0x04020004
        Message-Authenticator = 0x00000000000000000000000000000000
Why?




        致
礼!
                                
JNET
EMAIL:[EMAIL PROTECTED]
TEL:020-87114020 020-87114021
2003-09-08



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

Reply via email to