Luma - LDAP browser, utility and more.

Browser Plugin
With the Browser Plugin the user is able to browse LDAP server and their entries.



The browser consists of a browser component (BrowserWidget) and a widget which displays the selected LDAP object (ObjectWidget). Both components are independent from each other and used in various places in Luma. The BrowserWidget emits a signal with the search result of the clicked entry. This signal is connected with the ObjectWidget which displays the data.
All other functions like adding and deleting entries are independently done in the according widgets. If an entry is edited and a new object is clicked, a dialog pops up and asks the user if the entry should be saved.