On Thu, Jan 6, 2011 at 2:39 AM, [email protected] <[email protected]> wrote: >> If I correctly understand the problem is that the SIP password should >> be imported as it is and not hashed. >> I am going to raise the JIRA. > > I personally am not sure because it's not fully clear to me what is supposed > to happen in the process is pulling an LDAP password in. > I do see an option to use MD5 which I also tried but that didn't work either. > > Earlier on, I posted what the clear test test password was and how it ended > up showing up in the new user account. That's when I was told it is being > changed in the process.
I committed a fix to solve this - the problem was that we got back from LDAP a byte array and we didn't handle it properly (called toString on the object instead creating a new String with). Fix is available in 4.4.0. George _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
