.reverted

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2165 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-01-20 17:18:10 +00:00
parent be812b30bb
commit 8481d30d8c

View File

@@ -28,7 +28,6 @@ import org.alfresco.filesys.server.config.ServerConfiguration;
import org.alfresco.filesys.server.core.SharedDevice; import org.alfresco.filesys.server.core.SharedDevice;
import org.alfresco.filesys.smb.server.SMBSrvSession; import org.alfresco.filesys.smb.server.SMBSrvSession;
import org.alfresco.filesys.util.DataPacker; import org.alfresco.filesys.util.DataPacker;
import org.alfresco.filesys.util.HexDump;
import org.alfresco.model.ContentModel; import org.alfresco.model.ContentModel;
import org.alfresco.repo.security.authentication.AuthenticationComponent; import org.alfresco.repo.security.authentication.AuthenticationComponent;
import org.alfresco.repo.security.authentication.MD4PasswordEncoder; import org.alfresco.repo.security.authentication.MD4PasswordEncoder;
@@ -208,7 +207,6 @@ public class AlfrescoAuthenticator extends SrvAuthenticator
} }
// Return the challenge // Return the challenge
DataPacker.putIntelLong( 0L, key, 0);
return key; return key;
} }
@@ -270,9 +268,6 @@ public class AlfrescoAuthenticator extends SrvAuthenticator
if ( md4hash != null) 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 // Check if the client has supplied an NTLM hashed password, if not then do not allow access
if ( client.getPassword() == null) if ( client.getPassword() == null)