Commit b989cb86 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed LDAP.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@913 b35dd754-fafc-0310-a699-88a17e54d16e
parent fdb96256
...@@ -195,7 +195,7 @@ public class LdapManager { ...@@ -195,7 +195,7 @@ public class LdapManager {
} }
} }
// No login information so attempt to use anonymous login. // No login information so attempt to use anonymous login.
if (adminDN != null) { else {
env.put(Context.SECURITY_AUTHENTICATION, "none"); env.put(Context.SECURITY_AUTHENTICATION, "none");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment