configtab_schema5.htm 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <html>
  2. <!--This html file is XHTML complaint, as set forth in the
  3. w3c recommendations except for the following:
  4. Lists work as they do in older versions on HTML and not as
  5. directed in XHTML.
  6. The <a name=" "> tags have targets that use spaces. -->
  7. <head>
  8. <meta name="keywords" content="e-commerce, ecommerce, Netscape, Internet software, e-commerce applications, electronic commerce, ebusiness, e-business, enterprise software, net economy, software, ecommerce solutions, e-commerce services, AOL, America Online, netscape software, netscape solutions, marketplace, digital marketplace" />
  9. <meta name="description" content="Netscape, an AOL Time Warner Company, produces the world renowned
  10. Netscape Browser as well as top notch server software." />
  11. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  12. <meta name="templatebase" content="Authored in FrameMaker. Converted to HTML in WebWorks Publisher. manual wdt 1.6" />
  13. <meta name="LASTUPDATED" content="04/29/03 15:35:32" />
  14. <title>Netscape Directory Server Help: Matching Rules</title>
  15. <!--The following is a javascript which determines whether the client
  16. is on a Windows machine, or is on another type of operating system. Once
  17. the operating system is determined, either a windows or other operating
  18. system cascading style sheet is used. -->
  19. <script type="text/JavaScript" src="/manual/en/slapd/help/sniffer.js">
  20. </script>
  21. </head>
  22. <body text="#000000" link="#006666" vlink="#006666" alink="#333366" bgcolor="#FFFFFF">
  23. <!--maincontent defines everything between the body tags -->
  24. <!--start maincontent-->
  25. <!--navigationcontent defines the top row of links and the banner -->
  26. <!--start navigationcontent-->
  27. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  28. <tr>
  29. <td><table border="0" cellspacing="0" cellpadding="0">
  30. <tr>
  31. <td valign="bottom" width="67">
  32. <img src="/manual/en/slapd/help/netscape32.gif" height="32" width="32" border="0" alt="Netscape logo" />
  33. </td>
  34. <td valign="middle">
  35. <span class="product">Netscape Directory Server</span>
  36. <span class="booktitle">Console Help</span>
  37. </td>
  38. </tr>
  39. </table>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td>
  44. <hr size="1" noshade="noshade" />
  45. <span class="navigation">
  46. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  47. DocHome
  48. </a>
  49. </span>
  50. &nbsp;&nbsp;&nbsp;&nbsp;
  51. </td>
  52. </tr>
  53. </table>
  54. <!--end navigationcontent-->
  55. <!--bookcontent defines the actual content of the file, sans headers and footers -->
  56. <!--start bookcontent-->
  57. <blockquote>
  58. <br />
  59. <p class="h1">
  60. <a name="28811"> </a>
  61. <a name="Matching Rules"> </a>
  62. Matching Rules
  63. </p>
  64. <p class="text">
  65. <a name="28813"> </a>
  66. Use the Matching Rules tab to view all the matching rules used by the directory. The table includes matching rules from plug-ins you have created.You cannot edit the standard matching rules.
  67. </p>
  68. <p class="text">
  69. <a name="28814"> </a>
  70. Matching rules provide guidelines for how the server compares strings during a search operation. In an international search, the matching rule tells the server what collation order and operator to use. For example, a matching rule in an international search might tell the server to search for attribute values that come at or after llama in the Spanish collation order.
  71. </p>
  72. <p class="text">
  73. <a name="28815"> </a>
  74. <b>Name. </b>Contains a list of all the user-defined and standard matching rules currently available to the directory. Standard matching rules are named according to the following syntax:
  75. </p>
  76. <p class="text">
  77. <a name="28816"> </a>
  78. <span class="variable">AttributeSyntax SearchType</span>-<code>Lang</code>
  79. </p>
  80. <p class="text">
  81. <a name="28817"> </a>
  82. Where <span class="variable">AttributeSyntax</span> is the type of attribute on which this matching rule may be applied, <span class="variable">SearchType</span> is the type of search for which this matching rule may be applied, and <span class="variable">Lang</span> is the abbreviated code for the locale of the matching rule.
  83. </p>
  84. <p class="text">
  85. <a name="28818"> </a>
  86. The possible name types include:
  87. </p>
  88. <ul>
  89. <li>
  90. caseIgnoreOrderingMatch-(Lang)
  91. <a name="28819"> </a>
  92. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  93. </li>
  94. <li>
  95. caseExactOrderingMatch-(Lang)
  96. <a name="28820"> </a>
  97. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  98. </li>
  99. <li>
  100. caseIgnoreSubstringMatch-(Lang)
  101. <a name="28821"> </a>
  102. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  103. </li>
  104. <li>
  105. caseExactSubstringMatch-(Lang)
  106. <a name="28822"> </a>
  107. <img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
  108. </li>
  109. </ul>
  110. <p class="text">
  111. <a name="28823"> </a>
  112. <b>OID. </b>The object identifier of the matching rule's locale. Each locale supported by the directory has an associated collation order OID.
  113. </p>
  114. <p class="text">
  115. <a name="28824"> </a>
  116. <b>Syntax. </b>Displays the syntax of the matching rule's locale. Matching rule syntax is defined as "Directory String" and is used internally by the directory.
  117. </p>
  118. <p class="text">
  119. <a name="28825"> </a>
  120. <b>Description. </b>Contains the two character language tag of the locale. If necessary to distinguish regional differences in language, the language tag may also contain a country code, which is a two-character uppercase string (as defined in ISO standard 3166). The language code and country code are separated by a hyphen. For example, the language tag used to identify the British English locale is en-GB.
  121. </p>
  122. <p class="h2">
  123. <a name="28826"> </a>
  124. <a name="See also"> </a>
  125. See also
  126. </p>
  127. <p class="text">
  128. <a name="28829"> </a>
  129. <a href="../en/slapd/ag/find.htm#1041100">Matching Rule Filter Syntax</a>
  130. </p>
  131. <p class="text">
  132. <a name="28832"> </a>
  133. <a href="../en/slapd/ag/i18n.htm">Internationalization Appendix</a>
  134. </p>
  135. </blockquote>
  136. <!--end bookcontent-->
  137. <!--footercontent defines the bottom navigation and the copyright. It also includes
  138. the revision date-->
  139. <!--start footercontent-->
  140. <br />
  141. <br />
  142. <span class="navigation">
  143. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  144. DocHome
  145. </a>
  146. </span>
  147. &nbsp;&nbsp;&nbsp;&nbsp;
  148. <hr noshade="noshade" size="1" />
  149. <p class="copy">&copy; 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002-2003 Netscape Communications Corporation. All rights reserved.</p>
  150. <br />
  151. <p class="update">Last Updated <b>April 29, 2003</b></p>
  152. <!--end footercontent-->
  153. <!--end maincontent-->
  154. </body>
  155. </html>