Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a check to determine if the JCE jars are available #37

Open
ashmeer7 opened this issue Aug 26, 2015 · 1 comment
Open

Add a check to determine if the JCE jars are available #37

ashmeer7 opened this issue Aug 26, 2015 · 1 comment

Comments

@ashmeer7
Copy link

This would be helpful for people for debugging their setup.

A warning that they don't have the JCE unlimited strength jars might be enough.

@bluekeyes
Copy link
Member

It looks like this is simpler to implement than I thought: http://stackoverflow.com/questions/7953567/checking-if-unlimited-cryptography-is-available

That said, I'm not sure where this check should be: SSH seems to generally work without these extensions, so it should probably be part of Kerberos, but could happen either when you construct a credential or when you authenticate. Currently, I'd suggest logging before authentication happens or logging after authentication, if it fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants