BukrosSzabolcs commented on a change in pull request #1798:
URL: https://github.com/apache/accumulo/pull/1798#discussion_r530373346
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/security/handler/ZKAuthenticator.java
##########
@@ -116,6 +133,31 @@ public void createUser(String principal,
AuthenticationToken token)
}
}
+ /**
+ * Creates user with outdated password hash for testing
+ *
+ * @deprecated since 2.1.0, only present for testing DO NOT USE!
+ */
Review comment:
Just realized the only reason for this method was that the IT tests
required it, but with reworking those to unit tests this is no longer used. So
I'll just remove this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]