cerner / ccl-testing

A collection of maven plugins and their dependencies to perform CCL Unit tests and static analyses and to generate reports from the results.
Apache License 2.0
16 stars 11 forks source link

A prompt for login credentials is presented if GSSAPIAuthentication is enabled on the backend. #30

Closed feckertson closed 5 years ago

feckertson commented 5 years ago

This might not occur if MIT Kerberos is installed and configured on the build device.

The will not occur if there is a system property javax.security.auth.useSubjectCredsOnly equal to true.

The jsch-util code should be updated so that JSch only uses password authentication when there are configured credentials.