Wildire 3.1.1 LDAP install not working

Trying to install Wildfire 3.1.1 with LDAP. It connects fine during it’'s test but when I try to add an admin user the debug.log says:

2007.01.19 14:29:07 Trying to find a user’'s DN based on their username. cn: testuser, Base DN: o=uni…

2007.01.19 14:29:07 Creating a DirContext in LdapManager.getContext()…

2007.01.19 14:29:07 Created hashtable with context values, attempting to create context…

2007.01.19 14:29:08 … context created successfully, returning.

2007.01.19 14:29:08 Starting LDAP search…

and Wildfire hangs. It never returns from the LDAP search.

Is there anything I can do?

What does your wildfire.config look like?

Jeff

it’'s built from the LDAP install screens:

]]>

cn

mail

cn

member

description

false

org.jivesoftware.wildfire.ldap.LdapVCardProvider

org.jivesoftware.wildfire.ldap.LdapUserProvider

org.jivesoftware.wildfire.ldap.LdapAuthProvider

org.jivesoftware.wildfire.ldap.LdapGroupProvider

it’‘s ok, I’‘m building from source. There’‘s a file bin/wildfire.sh which isn’'t in the binary release and seems to mess everything up.

Running from my IDE it works fine

thanks!