LDAP settings configured using JBoss ON CLI cannot be activated
Issue
- LDAP settings configured using JBoss ON CLI cannot be activated;
- Attempt to change LDAP settings in the JBoss ON System Settings page using JBoss ON CLI does not work properly.
- When trying to set LDAP settings in the JBoss ON UI System Settings page using JBoss ON CLI and method
setSystemSettingsnew values are shown in the JBoss ON UI but attempt to log in using LDAP user fails with the message:
The username or password provided does not match our records. Please, fill in the fields again.
- Method SystemManager.setSystemSettings(settings) does not propagate LDAP changes into the RHQ Server's JAAS login modules
Environment
- Red Hat JBoss Operations Network (ON) 3.3.4, 3.3.5
- Red Hat JBoss ON Command Line Interface (CLI) 3.3.4, 3.3.5
- Attempt to change LDAP configuration using CLI - for instance:
$ var mySystemSettings = SystemManager.getSystemSettings();
$ mySystemSettings.put(SystemSetting.LDAP_BASED_JAAS_PROVIDER, "true");
false
$ SystemManager.setSystemSettings(mySystemSettings);
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
