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 |
|
- System configuration parameters
- Service Manager Server and Web Tier configuration files
- System parameters
- Web tier parameters
- Enter a parameter in the web client URL
- Enter a parameter in the sm.ini file
- Enter a parameter in the web.xml file
- Enter a parameter in the webtier.properties files
- Enter a parameter in sm.cfg or the server’s OS command prompt
- View parameters by function
- Alert parameters
- Application development parameters
- Background and scheduled process parameters
- Client parameters for Web clients
- Client parameters for Windows clients
- Connection parameters
- Database parameters
- Debugging parameters
- Help parameters
- Information retrieval (IR) expert parameters
- 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
- Localization parameters
- Regional settings parameters
- Security parameters
- Servlet parameters
- SSL parameters
- System information parameters
- System performance parameters
LDAP parameters
These parameters determine how the server manages connections to an LDAP directory service. You can set these parameters from the Service Manager server's operating system command prompt or from the Service Manager initialization file (sm.ini).
Startup parameter | Brief decription |
---|---|
Startup parameter: ldapauthenticateonly | Requires the Service Manager server to use LDAP for login authentication only |
Startup parameter: ldapbinddn | Defines the name that the Service Manager server uses to bind to the LDAP server |
Startup parameter: ldapbindpass | Defines the password the Service Manager server uses to bind to the LDAP server |
Startup parameter: ldapdisable | Disables the LDAP login authentication procedure |
Startup parameter: ldapdisconnect | Specifies when the Service Manager server disconnects from the LDAP server |
Startup parameter: ldapmaxrecords | Specifies the maximum number of records to return from an LDAP query |
Startup parameter: ldapnosizelimitmsg | Disables the "Size limit exceeded" message from the LDAP server, so that this informational message does not display in each client and confuse users |
Startup parameter: ldapnostrictlogin | Allows users with valid operator records to log into to Service Manager without also having a valid LDAP record |
Startup parameter: ldapsearchscope | Specifies whether to search the LDAP base directory only or the LDAP base directory and subtrees |
Startup parameter: ldapserver | Defines any back up LDAP servers that the Service Manager server can connect to if the primary LDAP server is unavailable |
Startup parameter: ldapsslallownocert | When this parameter is enabled, the RTE 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 Service Manager server in order to enable LDAP over SSL in Service Manager |
Startup parameter: ldapstats | Causes Service Manager to record LDAP query statistics in the sm.log file. |
Startup parameter: ldaptimelimit | Defines the maximum number of seconds that Service Manager waits for a response to an LDAP query. |
Related topics