Daniel Fisher
Daniel Fisher
Ok, I'll review and see what happened.
@tduehr assuming you have access to a FreeIPA server... Can you tell me what it reports for it's vendorName? ``` ldapsearch -H ldap://HOST:PORT -x -b '' -s base '(objectClass=*)' ```
Great suggestion. I'll look at a metrics framework for v2.
I created a PR to generify the encoding implementation: https://github.com/vt-middleware/cryptacular/pull/74 Admittedly, I don't know how this will affect your downstream API usage, but it felt like a cleaner implementation.
I believe to do this with the current API you would use: ``` IllegalCharacterRule(EnglishCharacterData.Digit.getCharacters().toCharArray(), MatchBehavior.StartsWith) ``` I can see adding a convenience constructor arg so we accept `CharacterData`. I don't...
> I did try this approach, but the message has no way saying what's EXPECTED, only that the provided character is invalid. No matter what text you put in there...
Ok, I'll buy that this makes sense as a first class feature. Feel free to submit a PR.
@patimen Did you have a PR you wanted to submit?
> @dfish3r If the issue isn't resolved yet, can I edit the code and post a PR? Yes go ahead, there was no response from the reporter.
I think it's time for me to throw in the towel on this one. Support of Java 8 has proven trickier and more time consuming than I would have thought....