Description of problem: When user A is using WebUI, and user B is adding a new suffix using the command line. Then there is no clue for user A to know that new suffix is added. Version-Release number of selected component (if applicable): 11.0 How reproducible: Always Steps to Reproduce: 1. Login to Web UI (cockpit), go to "Red Hat Directory Server" -> Database 2. In terminal, ssh to the same machine and run dsconf -D "cn=Directory Manager" ldap://rhds.example.com backend create --suffix="dc=example1,dc=com" --be-name="backend1" Actual results: Web UI shows nothing about the -suffix="dc=example1,dc=com", until user press browser refresh. Expected results: WebUI should either: * Refresh the suffix section when new suffix added, or * Notify user that a new suffix is added. Additional info:
Build tested: 389-ds-base-1.4.3.21-2.module+el8dsrv+10309+dd9f990e.x86_64 cockpit-389-ds-1.4.3.21-2.module+el8dsrv+10309+dd9f990e.noarch The Web UI shows nothing about the new suffix until the user presses browser refresh. Marking as FailedQA.