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 |
|
- LDAP parameters
- Startup parameter: ldapauthenticateonly
- Startup parameter: ldapbinddn
- Startup parameter: ldapbindpass
- Startup parameter: ldapdisable
- Startup parameter: ldapdisconnect
- Startup parameter: ldapmaxrecords
- Startup parameter: ldapnosizelimitmsg
- Startup parameter: ldapnostrictlogin
- Startup parameter: ldapsearchscope
- Startup parameter: ldapserver
- Startup parameter: ldapsslallownocert
- Startup parameter: ldapstats
- Startup parameter: ldaptimelimit
Startup parameter: ldapsslallownocert
Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt. You can always set a startup parameter from the server's operating system command prompt.
Parameter
ldapsslallownocert:<numerical ID>
Description
When this parameter is enabled, the Service Manager server does not check a CA's root certification. In this situation, you do not need to set a root certificate for the CA that issued the LDAP server’s certificate on the SM server in order to enable LDAP over SSL in SM.
Valid if set from
Server's operating system command prompt
Initialization file (sm.ini)
Requires restart of the Service Manager server?
Yes
Default value
0
Possible values
0 (Service Manager checks the CA's root certificates)
1 (Service Manager does not check the CA's root certificates)
Example usage
Command line: sm -httpPort:13080 -ldapsslallownocert:1
Initialization file: ldapsslallownocert:1
Related topics