=== 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" );