This is a discussion on Re: rlm_ldap - Attribute "User-Password" is required for authentication within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi, I had a similar problem and the solution was the mapping, such as Edvin=20 says. I add the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I had a similar problem and the solution was the mapping, such as Edvin=20 says. I add the following entries to ldap.atrrmap: checkItem LM-Password lmPassword checkItem NT-Password ntPassword checkItem User-Password lmPassword Now it's working but using clear-text passwords, so I have a question,=20 can I have encrypted passwords in the LDAP database if I am using PEAP=20 with mschapv2? Regards, Raul Tamayo Seferovic Edvin wrote: >Hi, > >probably you are using MS CHAP? Right? Well MS CHAP protocol asks for >User-Password attribute which cannot be found in your LDAP directory. Yo= u >probably have attribute called userPassword. This attribute may be encry= pted >or in clear text. But what you actually need is sambaNTPassword attribut= e >that uses the MS encryption. So you have to "map" the attribute >User-Password to attribute sambaNTPassword. This can be done by editing = the >ldap_attr.map in your freeradius directory. Take a look at that file and >you'll understand it. > >Regards, > >Edvin Seferovic > >-----Original Message----- >From: freeradius-users-admin@lists.freeradius.org >[mailto:freeradius-users-admin@lists.freeradius.org] On Behalf Of guest0= 1 >Sent: Dienstag, 08. M=E4rz 2005 13:07 >To: freeradius-users@lists.freeradius.org >Subject: Re: rlm_ldap - Attribute "User-Password" is required for >authentication > >hm, ok, and that means? >Do you any suggestions how to make it work? > > >-=20 >List info/subscribe/unsubscribe? See >http://www.freeradius.org/list/users.html > > >-=20 >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user= s.html > > =20 > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |