dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #41039
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20883: Minor
------------------------------------------------------------
revno: 20883
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-10-27 14:06:21 -0400
message:
Minor
modified:
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/security/ldap/authentication/DhisBindAuthenticator.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/security/ldap/authentication/DhisBindAuthenticator.java'
--- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/security/ldap/authentication/DhisBindAuthenticator.java 2015-10-27 14:11:44 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/security/ldap/authentication/DhisBindAuthenticator.java 2015-10-27 18:06:21 +0000
@@ -59,7 +59,6 @@
{
boolean ldapConf = configurationProvider.isLdapConfigured();
- System.out.println( "IS LDAP CONF " + ldapConf );
if ( !ldapConf )
{
throw new BadCredentialsException( "LDAP authentication is not configured" );