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 |
|
User Identification
User identification applies to mixed mode and external mode.
The distinguished name for user identification is the fully-qualified method of locating one user in the directory service. NNMi passes the user distinguished name in an LDAP request to the directory service.
In the LDAP configuration file, the user distinguished name is the concatenation of the <base>
and <baseContextDN>
elements in the nms-auth-config.xml
file (the baseFilter
value and the baseCtxDN
value in the ldap.properties
file). If the password returned by the directory service matches the sign-in password the user entered into the NNMi console, user sign in continues.
For mixed mode, the following information applies:
-
For NNMi console access, NNMi examines the following information and grants the user the highest possible privileges:
- The value of the
defaultRole
parameter in the LDAP configuration file - This user’s membership in the predefined NNMi user groups in the NNMi console
- The value of the
- For NNMi topology object access, NNMi grants access according to the security group mappings for the NNMi user groups to which this user belongs in the NNMi console.
For external mode, the following information applies:
-
For NNMi console access, NNMi examines the following information and grants the user the highest possible privileges:
- The value of the
defaultRole
parameter in the LDAP configuration file - This user’s membership in the directory service groups that are mapped (with the Directory Service Name field) to the predefined NNMi user groups in the NNMi console
- The value of the
- For NNMi topology object access, NNMi grants access according to the security group mappings for the groups to which this user belongs in the directory service (as mapped to NNMi user groups in the NNMi console).
Active Directory user identification example
In the nms-auth-config.xml
file
If the nms-auth-config.xml
file contains <base>CN={0}</base><baseContextDN>OU=Users,OU=Accounts,DC=example,DC=com</baseContextDN>
, and a user signs in to NNMi as john.doe
, the string passed to the directory service is:
CN=john.doe,OU=Users,OU=Accounts,DC=example,DC=com
In the ldap.properties
file
If baseFilter
is set to CN={0}
, baseCtxDN
is set to OU=Users,OU=Accounts,DC=example,DC=com
, and a user signs in to NNMi as john.doe
, the string passed to the directory service is:
CN=john.doe,OU=Users,OU=Accounts,DC=example,DC=com
Other directory services user identification example
In the nms-auth-config.xml
file
If the nms-auth-config.xml
file contains <base>uid={0}@example.com</base><baseContextDN>ou=People,o=example.com</baseContextDN>
, and a user signs in to NNMi as john.doe
, the string passed to the directory service is:
uid=john.doe@example.com,ou=People,o=example.com
In the ldap.properties
file
If baseFilter
is set to uid={0}@example.com
, baseCtxDN
is set to ou=People,o=example.com
, and a user signs in to NNMi as john.doe
, the string passed to the directory service is:
uid=john.doe@example.com,ou=People,o=example.com
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 network-management-doc-feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: