From 8481d30d8c7a5a97c562683f513c7e997c5e0101 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Fri, 20 Jan 2006 17:18:10 +0000 Subject: [PATCH] .reverted git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2165 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/filesys/server/auth/AlfrescoAuthenticator.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/java/org/alfresco/filesys/server/auth/AlfrescoAuthenticator.java b/source/java/org/alfresco/filesys/server/auth/AlfrescoAuthenticator.java index 9b45042f37..3d97afb26e 100644 --- a/source/java/org/alfresco/filesys/server/auth/AlfrescoAuthenticator.java +++ b/source/java/org/alfresco/filesys/server/auth/AlfrescoAuthenticator.java @@ -28,7 +28,6 @@ import org.alfresco.filesys.server.config.ServerConfiguration; import org.alfresco.filesys.server.core.SharedDevice; import org.alfresco.filesys.smb.server.SMBSrvSession; import org.alfresco.filesys.util.DataPacker; -import org.alfresco.filesys.util.HexDump; import org.alfresco.model.ContentModel; import org.alfresco.repo.security.authentication.AuthenticationComponent; import org.alfresco.repo.security.authentication.MD4PasswordEncoder; @@ -208,7 +207,6 @@ public class AlfrescoAuthenticator extends SrvAuthenticator } // Return the challenge - DataPacker.putIntelLong( 0L, key, 0); return key; } @@ -270,9 +268,6 @@ public class AlfrescoAuthenticator extends SrvAuthenticator if ( md4hash != null) { - if ( logger.isDebugEnabled()) - logger.debug("Authenticate username=" + client.getUserName() + " md4=" + HexDump.hexString(md4hash)); - // Check if the client has supplied an NTLM hashed password, if not then do not allow access if ( client.getPassword() == null)