...
Creating a LDAP Server Entry
A summary LDAP Server can be created using the web interface if a user has a role that contains the summariesldap_servers::create permission. Go to menu: Manage -> Summaries Ldap Servers-> Create SummariesLdap Server. There is also a create button on the collection page.
When viewing a summary, a default set of columns are provided - name, count, and view. The Name column is the name of the column you are grouping devices by. IE - In the Manufacturer Summary, the name column would be the system.manufacturer column from the database. The count is the number of devices with this attribute and the view is a button to view those particular devices.
There is also an option to provide additional columns for viewing. In the case of the Software Summary, you can see we also provide the software name and version. These are not shown on the initial summary page but rather added to the list of attributes shown when viewing the next page. IE - Show me the actual devices with MS Office installed. This page will also show the are name and version in addition to the default columns.
View a LDAP Server Details
Go to menu: Manage -> Summaries Ldap Servers-> List SummariesLdap Servers.
You will see a list of summariesLdap Servers. You can view the details of a summary Ldap Server by clicking on the blue view icon.You can execute the summary and see the results by clicking the Execute icon in blue on the right side of the screen.
You can also edit or delete the summaryentry.
Database Schema
...
Code Block | ||||
---|---|---|---|---|
| ||||
id: 8 name: My Business org_id: 1 description: LDAP lang: en host: 192.168.1.200 port: 389 secure: y domain: ldap.mybusiness.com type: active directory version: 3 base_dn: user_dn: user_membership_attribute: memberUid use_roles: n dn_account: nmis dn_password: znfN8ixkwOqEmtEaDJocqZ/5hyIQi3Ih2NuJLBt/SAniG5p4uqN4qJbJCsFT1BNIvgWSRR3XBhFqXjf1jCxghg== refresh: 24 refreshed: 2000-01-01 00:00:00 edited_by: Open-AudIT Enterprise edited_date: 2017-05-22 03:30:39 |
API / Web Access
You can access the /summaries collection using the normal Open-AudIT JSON based API. Just like any other collection. Please see the API documentation for further details.
...