Author: rgodfrey
Date: Mon Jul 21 18:47:06 2014
New Revision: 1612382

URL: http://svn.apache.org/r1612382
Log:
QPID-5768 : Fix error message

Modified:
    
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java

Modified: 
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java?rev=1612382&r1=1612381&r2=1612382&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java
 (original)
+++ 
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java
 Mon Jul 21 18:47:06 2014
@@ -371,7 +371,7 @@ public class SimpleLDAPAuthenticationMan
         }
         catch (NamingException e)
         {
-            throw new ServerScopedRuntimeException("Unable to establish 
anonymous connection to the ldap server at " + _providerUrl, e);
+            throw new ServerScopedRuntimeException("Unable to establish 
connection to the ldap server at " + _providerUrl, e);
         }
         finally
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to