sciapp / nojava-ipmi-kvm

nojava-ipmi-kvm is a utility to access Java based ipmi kvm consoles without a local java installation.
MIT License
78 stars 26 forks source link

Basic Authentication and JDK6 #10

Open samuelbernardolip opened 3 years ago

samuelbernardolip commented 3 years ago

I was reviewing this project to use with old server "HP DL160 G5". The access to the iLO web interface uses basic authentication, so no fields to fulfill. Do you plan to add support for basic authentication? And also older versions of jdk6?

IngoMeyer441 commented 3 years ago

Adding support for basic auth shouldn't be so difficult. But I am not sure if jdk 6 will run on Debian Jessie (which is the base for the Docker image with JDK 7). AFAIK, JDK 7 is the oldest Java version which is available for Jessie.