Skip to content

Commit 2a0c2be

Browse files
author
Kishan Kavala
committed
CLOUDSTACK-1175: PlainTextAuthenticator was being loaded due @component annotation. Removed the annotation so that MD5 authenticator will be used
1 parent d65bfc5 commit 2a0c2be

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugins/user-authenticators/plain-text/src/com/cloud/server/auth/PlainTextUserAuthenticator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,13 @@
2525
import javax.naming.ConfigurationException;
2626

2727
import org.apache.log4j.Logger;
28-
import org.springframework.stereotype.Component;
2928

30-
import com.cloud.server.ManagementServer;
3129
import com.cloud.user.UserAccount;
3230
import com.cloud.user.dao.UserAccountDao;
3331

3432
import com.cloud.utils.exception.CloudRuntimeException;
3533

3634

37-
@Component
3835
@Local(value={UserAuthenticator.class})
3936
public class PlainTextUserAuthenticator extends DefaultUserAuthenticator {
4037
public static final Logger s_logger = Logger.getLogger(PlainTextUserAuthenticator.class);

0 commit comments

Comments
 (0)