problems authenticating

jck-freeradius at southwestern.edu jck-freeradius at southwestern.edu
Tue Jul 12 01:53:19 CEST 2005


On Mon, Jul 11, 2005 at 06:56:44PM -0400, Alan DeKok wrote:
> 
> 
>   Try using just MS-CHAP with an NT password in SQL.  Once that works,
> PEAP will work.
> 
>   Alan DeKok.
> 

I am not entirely sure what you mean, so I tried a two different combinations.

johnk has only a NT-Password.  testacct has both NT-Password and LM-Password.

EAP removed from authorization stanza:
http://www.southwestern.edu/~johnk/eap_removed_authorization.txt

authorize {
        preprocess
        auth_log
        sql
        mschap
        #eap

}
authenticate {
        #  MSCHAP authentication.
        Auth-Type MS-CHAP {
                mschap
        }

        mschap
        eap
}


EAP removed from authentication stanza:
http://www.southwestern.edu/~johnk/eap_removed_authentication.txt

authorize {
        preprocess
        auth_log
        sql
        mschap
        eap

}
authenticate {
        #  MSCHAP authentication.
        Auth-Type MS-CHAP {
                mschap
        }

        mschap
        #eap
}


--johnk 



More information about the Freeradius-Users mailing list