On Thu, 3 Apr 2003, Patrick McShane wrote: > > Please take a look at the FreeRadius v0.9-pre log entry below. We use > rlm_ldap to handle authentication/authorization and we continue to get > these occasional errors. I suppose it is someone trying to use CHAP. > The CHAP and LDAP modules are both listed in our radiusd.conf. Our > passwords are ALL stored in clear text (no headers) in an LDAP attribute > called "unixpassword" which is mapped to User-Password. Any ideas > anyone? > > radius.log output: > Thu Apr 3 21:04:26 2003 : Error: rlm_radutmp: Logout entry for NAS > galaxy port 1093 has wrong ID > Thu Apr 3 20:07:17 2003 : Auth: rlm_ldap: Attribute "User-Password" is > required for authentication. Cannot use "CHAP-Password".
If you are using the ldap module for *authentication* they are incompatible. You need the chap module in the authenticate section to authenticate CHAP requests. > > Thanks, > Pat McShane - ICDC.COM > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
