LDAP lookup for user info (for help generation)
LDAP authentication class (if useful one day)
This commit is contained in:
boccioli_m
2015-09-16 15:05:12 +02:00
parent 041b5e2b62
commit 7fa225214a
3 changed files with 44 additions and 133 deletions

View File

@@ -2043,7 +2043,7 @@ public class TestingList extends Panel {
public void loadSettings() {
final JFileChooser fc = new JFileChooser();
fc.setCurrentDirectory(TESTS_CONFIG_DEFAULT_DIR.toFile());
int returnVal = fc.showOpenDialog(this);
int returnVal = fc.showOpenDialog(this);
if (returnVal == JFileChooser.APPROVE_OPTION) {
File file = fc.getSelectedFile();
loadSettings(file);