Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Hardening Methods
- How to Change the System User Name or Password for the JMX Console
- How to Enable Mutual Certificate Authentication for SDK
- How to Configure a Reverse Proxy
- How to Change the Server Keystore Password
- How to Enable or Disable HTTP/HTTPS Ports
- How to Map the UCMDB Web Components to Ports
- How to Modify the PostgreSQL Database Encrypted Password
- How to Set the JMX Console Encrypted Password
- How to Set the UpLoadScanFile Password
- How to Retrieve the Current LW-SSO Configuration in a Distributed Environment
- How to Configure LW-SSO Settings
- How to Configure Confidential Manager Communication Encryption
- How to Configure Confidential Manager Client Authentication and Encryption Settings on the Probe
- How to Configure Confidential Manager Communication Encryption on the Probe
- How to Configure the Confidential Manager Client’s Cache Encryption Settings on the Probe
- How to Export and Import Credential and Range Information in Encrypted Format
- How to Remove Credentials and Range Information by Domain Name
- How to Generate or Update the Encryption Key for Confidential Manager
- How to Configure CAC Support on UCMDB
- How to Configure CAC Support for UCMDB by Reverse Proxy
- How to Configure CAC (Smart Card / PKI Authentication) Support for the Embedded CMS UI
- How to Harden the Data Flow Probe Connector in UCMDB
- How to Encrypt the Probe Keystore and Truststore Passwords
- How to Enable Login to Universal CMDB with LW-SSO
- How to Test LDAP Connections
- How to Search LDAP Users
- How to Configure the Universal CMDB Server with Confidential Manager
- How to Set the IIS server as the Front-End Server for UCMDB
- How to Enable Secure Login for the JMX Console
- How to Mark Sensitive Settings and Enable Storing Encrypted Data in the Database Using JMX
- How to Set Shared Key for Encrypting or Decrypting the InfrastructureSettings.xml File Using JMX
How to Search LDAP Users
The JMX console provides a getLDAPGroupUsersChunk() method that allows you to search LDAP users. The method returns matched users in one or multiple chunks, and each chunk contains 100 users at most.
Note To search LDAP users, the LDAP server must support Virtual List View (VLV) and Server Side Sorting.
Follow these steps to search LDAP users from the JMX console:
-
Launch your web browser and enter the following address: https://<server_name>:8443/jmx-console, where <server_name> is the name of the machine on which Micro Focus Universal CMDB is installed.
You may need to log in with a user name and password.
- Under UCMDB, click UCMDB:service=LDAP Services to open the Operations page.
-
Locate getLDAPGroupUsersChunk, and then specify the following parameters.
Parameter Value ldapHost Enter the host name of the LDAP server.
This parameter is mandatory.
searchInGroup Enter the group's name if you want to search in a specific group.
Default: search all groups.
searchByField Specify one of the following fields: uid, displayname. The method then searches in the specified field.
Default:uid.
searchValue Enter the search value.
sortByField Specify one of the following fields: uid, displayname. The method then sorts the search result by the specified field.
Default:uid.
sortOrder Specify the sort order of the search result.
Default:
True
(in ascending order).requestedChunkNumber Specify which chunk of result that the method returns.
Default: the first chunk.
multipleChunksRequest Specify how many chunks of result that the method returns.
The method returns the specified number of chunks starting from the first chunk.
This parameter works only when requestedChunkNumber is not specified. Otherwise, the method only returns the chunk as specified in requestedChunkNumber.
Note If only ldapHost is specified, the method returns the first chunk of all users in all groups in the ascending order of the uid field.
- Click Invoke.
Note The method can return the group information of LDAP users. To enable this functionality, you need to configure the LDAP server by using the configureLdapServer() method and set the displayUsersGroup parameter to True
.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: