I'm using freeradius with Ldap ;
I store an md5 password and a Nt password in Ldap.When a user want to login
to my cisco 7100 radius use username and the attribute User Password (where
i store the md5 password).When the user is making a vpn from a windows
client ( using mschap) radius use username and NtPassword .


Autztype Ldap

                              {

                                   ldap

                              }

......



authenticate {

            authtype MS-CHAP

                    {

                        ms-chap

                    }



        authtype Ldap

                     {

                        ldap

                     }



All work fine.

Now the problem.I have to use MYSQL instead of Ldap.Where can I say to use
the attribute NTpassword?With Ldap I can specify the attribute to use for
user pasword,.... but in mysql?





Thanks



Roberto



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

Reply via email to