> > When googling the error message I found a discussion about issues with > spring and spaces in the ldap URL (see > http://forum.springsource.org/showthread.php?98862-LDAP-url-with-space-problem) > My URL do have a space in it... So do you think this could this be a > similar issue? > > Unfortunately I cannot find where my LDAP URL is stored so I am unable to > see how it is encoded... > > Yes, it appears the same issue. We are using acegi security API which spring security 3 is based on.. Can you look into postgres database and see what is saved in ldap_attr_map and ldap_connection tables?
run: psql -U postgres -d SIPXCONFIG then: select * from ldap_connection; then: select * from ldap_attr_map Mircea
_______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
