Re: special characters in passwords + FR + ldap

2006-03-31 Thread Natalia Escalera
Hi,   Thank you for the support, we will try it out in that way.   Natalia  On 3/30/06, Alan DeKok <[EMAIL PROTECTED]> wrote: "Natalia Escalera" <[EMAIL PROTECTED]> wrote: > Command:> /usr/local/bin/radtest username "test$2006" x.x.x.x 1 test123> Output:> Sending Access-Request of id 215 to x.x.x.

Re: special characters in passwords + FR + ldap

2006-03-29 Thread Alan DeKok
"Natalia Escalera" <[EMAIL PROTECTED]> wrote: > Command: > /usr/local/bin/radtest username "test$2006" x.x.x.x 1 test123 > Output: > Sending Access-Request of id 215 to x.x.x.x port 1812 > User-Name = "username" > User-Password = "test006"#<- No dollar sign, no number 2 $2 is a Unix

Re: special characters in passwords + FR + ldap

2006-03-29 Thread Alan DeKok
"Turtiainen, Tero" <[EMAIL PROTECTED]> wrote: > > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > > > We tried FR 1.1.1 and we are still having problems with > > passwords containing > > special characters like '$' for the LDAP authentication. In > > FR 1.1.0 the '$' > > was replaced by a characte

Re: special characters in passwords + FR + ldap

2006-03-28 Thread Turtiainen, Tero
Hi, > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > We tried FR 1.1.1 and we are still having problems with > passwords containing > special characters like '$' for the LDAP authentication. In > FR 1.1.0 the '$' > was replaced by a character such as '%24'. For the new > version, the symbol > '

Re: special characters in passwords + FR + ldap

2006-03-28 Thread Natalia Escalera
Hello,We tried FR 1.1.1 and we are still having problems with passwords containing special characters like '$' for the LDAP authentication. In FR 1.1.0 the '$' was replaced by a character such as '%24'. For the new version, the symbol '$' is deleted as well as the character that is next to it. Here

Re: special characters in passwords + FR + ldap

2006-03-27 Thread Natalia Escalera
Hi, We will try the new version and see if the problem was fixed. Thanks a lot. Natalia. On 3/27/06, Turtiainen, Tero <[EMAIL PROTECTED]> wrote: > > Hi, > > > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > > > I was wondering if someone has any idea of how to solve the problem of > > special c

Re: special characters in passwords + FR + ldap

2006-03-27 Thread Turtiainen, Tero
Hi, > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > I was wondering if someone has any idea of how to solve the problem of > special characters(e.g. $) in FreeRadius 1.1.0. Have you tried FreeRADIUS 1.1. which was released last week? According to the ChangeLog the bug #261 has been fixed and

Re: special characters in passwords + FR + ldap

2006-03-24 Thread Natalia Escalera
Hi, I was wondering if someone has any idea of how to solve the problem of special characters(e.g. $) in FreeRadius 1.1.0. Help is very appreciated. Thank you, Natalia. On 3/10/06, Natalia Escalera <[EMAIL PROTECTED]> wrote: > Hello, > > Do you have any suggestion of how to fix the problem? > >

Re: special characters in passwords + FR + ldap

2006-03-10 Thread Natalia Escalera
Hello, Do you have any suggestion of how to fix the problem? Thanks, Natalia. On 3/9/06, Natalia Escalera <[EMAIL PROTECTED]> wrote: > Hello, > > > how did you patch? > > What I did is that I took the rlm_ldap.c from FR 1.1.0 and replaced > the content of the function ldap_pairget with the code

Re: special characters in passwords + FR + ldap

2006-03-09 Thread Natalia Escalera
Hello, > how did you patch? What I did is that I took the rlm_ldap.c from FR 1.1.0 and replaced the content of the function ldap_pairget with the code shown on http://bugs.freeradius.org/showattachment.cgi?attach_id=112. Then I execute the './configure' and 'make' commands Natalia. On 3/9/06, [

Re: special characters in passwords + FR + ldap

2006-03-09 Thread A . L . M . Buxey
Hi, > I attached a copy of the file rlm_ldap.c of radius 1.1.0 yes, your patched version is clearly borked - as you can see from this snippet. > int vals_count; > int vals_idx; > char *ptr; > char *value; > TLDAP_RADIUS

Re: special characters in passwords + FR + ldap

2006-03-08 Thread A . L . M . Buxey
Hi, > I tried the patch on > http://bugs.freeradius.org/showattachment.cgi?attach_id=112 for the > function ldap_pairget in the file rlm_ldap.c but it gives me an error > when executing the 'make' command saying that 'token' was already > declared. This is where token is declared: > > ---

Re: special characters in passwords + FR + ldap

2006-03-08 Thread Natalia Escalera
Hello, I tried the patch on http://bugs.freeradius.org/showattachment.cgi?attach_id=112 for the function ldap_pairget in the file rlm_ldap.c but it gives me an error when executing the 'make' command saying that 'token' was already declared. This is where token is declared: --

Re: special characters in passwords + FR + ldap

2006-03-08 Thread Turtiainen, Tero
Hi, > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > We have made a small fix to the ldap-module (as seen in the > link to the > > mailing list archive). I don't know if this has been fixed > in 1.1.0. I > > once had a quick look at the ldap-module of 1.1.0, it > should be quite > > easy to tes

Re: special characters in passwords + FR + ldap

2006-03-07 Thread Natalia Escalera
Hello Mr. Turtiainen: Thank you for your response. > We have made a small fix to the ldap-module (as seen in the link to the > mailing list archive). I don't know if this has been fixed in 1.1.0. I > once had a quick look at the ldap-module of 1.1.0, it should be quite > easy to test if it still

Re: special characters in passwords + FR + ldap

2006-03-07 Thread Turtiainen, Tero
Hi, > -Original Message- > Date: Sat, 4 Mar 2006 15:19:32 -0600 > From: "Natalia Escalera" <[EMAIL PROTECTED]> > > Hello, > > What is needed is that Freeradius accepts passwors even if special > charaters are part of them. This is what is happening: > > > pass$word -> FR -> LD

Re: special characters in passwords + FR + ldap

2006-03-06 Thread Alexei Monastyrnyi
You can try to log passwords sending to FR by NAS and snoop passwords sending by FR to LDAP, + switch on logging on LDAP and check why BIND operation between RF and LDAP fails. The bottom line here is that the password with spec chars is the same all the way down to LDAP server. on 04/03/2006

Re: special characters in passwords + FR + ldap

2006-03-04 Thread Natalia Escalera
Hello, What is needed is that Freeradius accepts passwors even if special charaters are part of them. This is what is happening: pass$word -> FR -> LDAP -> FR (Answer: wrong password) Any ideas of how to solve it? Thank you, Natalia. On 3/3/06, Alexei Monastyrnyi <[EMAIL PROTECTE

Re: special characters in passwords + FR + ldap

2006-03-03 Thread Alexei Monastyrnyi
Hey. Does one need to handle it in any special way? I have deployment like this, where special chars work as good as normal ones. Cisco VPN clients >-> Cisco PIX <-> FreeRADIUS <-> OpenLDAP. A. on 03/03/2006 00:28 Natalia Escalera wrote: Hello all, Do somebody know how to handle passwords

special characters in passwords + FR + ldap

2006-03-02 Thread Natalia Escalera
Hello all, Do somebody know how to handle passwords having special characters in between (e.g. $ ) when doing freeradius-ldap authentication? Thank you, Natalia. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html