Re: RLM_LDAP and CHAP

2001-10-30 Thread Veigar Freyr Jökulsson
- From: Yildiray Ozen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 3:15 PM To: [EMAIL PROTECTED] Subject: RLM_LDAP and CHAP Hi all, We're using the LDAP module for authenticating users. It works fine with PAP but it doesn't work with CHAP. Anybody has a solution

RLM_LDAP and CHAP

2001-09-28 Thread Yildiray Ozen
Hi all, We're using the LDAP module for authenticating users. It works fine with PAP but it doesn't work with CHAP. Anybody has a solution for that? Thanks Ray __ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone.

RE: RLM_LDAP and CHAP

2001-09-28 Thread Peter Foreman
in using chap ldap? Haven't been spending much time on freeradius/rlm_ldap lately, need to spend some more time on it :) /Peter -Original Message- From: Yildiray Ozen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 3:15 PM To: [EMAIL PROTECTED] Subject: RLM_LDAP and CHAP Hi

Re: RLM_LDAP and CHAP

2001-09-28 Thread aland
Peter Foreman [EMAIL PROTECTED] wrote: Probably because you need the PLAIN TEXT password to be able to use chap. I guess you're using cryptpass in ldap, which is why chap won't work. Not only that, but the code does: ld_user = ldap_connect(instance, user_dn, request-password-strvalue,