property_editor.htm 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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, Internet software, e-commerce applications, electronic commerce, ebusiness, e-business, enterprise software, net economy, software, ecommerce solutions, e-commerce services, netscape, marketplace, digital marketplace, Red Hat, Fedora" />
  9. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  10. <meta name="templatebase" content="Authored in FrameMaker. Converted to HTML in WebWorks Publisher. manual wdt 1.6" />
  11. <meta name="LASTUPDATED" content="08/11/03 15:51:42" />
  12. <title>Directory Server Help: Property Editor</title>
  13. <!--The following is a javascript which determines whether the client
  14. is on a Windows machine, or is on another type of operating system. Once
  15. the operating system is determined, either a windows or other operating
  16. system cascading style sheet is used. -->
  17. <script type="text/JavaScript" src="/manual/en/slapd/help/sniffer.js">
  18. </script>
  19. </head>
  20. <body text="#000000" link="#006666" vlink="#006666" alink="#333366" bgcolor="#FFFFFF">
  21. <!--maincontent defines everything between the body tags -->
  22. <!--start maincontent-->
  23. <!--navigationcontent defines the top row of links and the banner -->
  24. <!--start navigationcontent-->
  25. <table border="0" cellspacing="0" cellpadding="0" width="100%">
  26. <tr>
  27. <td><table border="0" cellspacing="0" cellpadding="0">
  28. <tr>
  29. <td valign="bottom" width="67">
  30. </td>
  31. <td valign="middle">
  32. <span class="product">Directory Server</span>
  33. <span class="booktitle">Console Help</span>
  34. </td>
  35. </tr>
  36. </table>
  37. </td>
  38. </tr>
  39. <tr>
  40. <td>
  41. <hr size="1" noshade="noshade" />
  42. <span class="navigation">
  43. <!-- BEGIN DOC CONTROLLER --
  44. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  45. DocHome
  46. </a>
  47. -- END DOC CONTROLLER -->
  48. </span>
  49. &nbsp;&nbsp;&nbsp;&nbsp;
  50. </td>
  51. </tr>
  52. </table>
  53. <!--end navigationcontent-->
  54. <!--bookcontent defines the actual content of the file, sans headers and footers -->
  55. <!--start bookcontent-->
  56. <blockquote>
  57. <br />
  58. <p class="h1">
  59. <a name="28980"> </a>
  60. <a name="Property Editor"> </a>
  61. Property Editor
  62. </p>
  63. <p class="text">
  64. <a name="28982"> </a>
  65. Use this dialog box to modify the object classes and attributes contained within an entry.
  66. </p>
  67. <p class="text">
  68. <a name="28983"> </a>
  69. <b>Show Attribute Names. </b>Select this option if you want the property editor to display the names of the attributes as they appear in the schema. For example, <code>mail</code> instead of <code>Email address</code>.
  70. </p>
  71. <p class="text">
  72. <a name="28984"> </a>
  73. <b>Show Attribute Descriptions. </b>Select this option if you want the property editor to display the friendly names of the attributes. For example,<code> Email address</code> instead of <code>mail</code>. This option is selected by default.
  74. </p>
  75. <p class="text">
  76. <a name="28985"> </a>
  77. <b>Show All Allowed Attributes. </b>This checkbox controls the list of attributes shown in the property editor -- the list either includes only the attributes with values currently in the entry or all attributes allowed by schema for the selected object. The checkbox is unselected by default, and the attribute list shows only currently present attributes. Select the checkbox if you want the property editor to display all the attributes allowed by schema for the currently selected object.
  78. </p>
  79. <p class="text">
  80. <a name="28986"> </a>
  81. <b>Show DN. </b>Select this checkbox if you want to view the entry's DN.
  82. </p>
  83. <p class="text">
  84. <a name="28987"> </a>
  85. <b>Add Value. </b>If the currently selected attribute is not the <code>objectclass</code> attribute or a binary attribute, you can use this command to insert a blank text box for the currently selected attribute. Enter the new value in the text box.
  86. </p>
  87. <p class="text">
  88. <a name="28988"> </a>
  89. If a value already exists for the attribute and the attribute is not multi-valued, you cannot enter additional values. Attempting to do so results in an object class violation.
  90. </p>
  91. <p class="text">
  92. <a name="28989"> </a>
  93. <b>Delete Value. </b>Use this command to delete the currently selected attribute value. This will not delete the attribute itself.
  94. </p>
  95. <p class="text">
  96. <a name="28990"> </a>
  97. <b>Add Attribute. </b>Use this command to add an attribute to the entry. When you select this command, the Add Attribute dialog box appears. This dialog box lists only those attributes contained within the object classes already assigned to this entry.
  98. </p>
  99. <p class="text">
  100. <a name="28991"> </a>
  101. <b>Delete Attribute. </b>Use this command to delete the currently selected attribute from the entry.
  102. </p>
  103. <!-- BEGIN DOC CONTROLLER --
  104. <p class="h2">
  105. <a name="28992"> </a>
  106. <a name="See also"> </a>
  107. See also
  108. </p>
  109. <p class="text">
  110. <a name="28998"> </a>
  111. <a href="../en/slapd/ag/modify.htm#1082152">Managing Entries From the Directory Server Console</a>
  112. </p>
  113. -- END DOC CONTROLLER -->
  114. </blockquote>
  115. <!--end bookcontent-->
  116. <!--footercontent defines the bottom navigation and the copyright. It also includes
  117. the revision date-->
  118. <!--start footercontent-->
  119. <br />
  120. <br />
  121. <span class="navigation">
  122. <!-- BEGIN DOC CONTROLLER --
  123. <a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
  124. DocHome
  125. </a>
  126. -- END DOC CONTROLLER -->
  127. </span>
  128. &nbsp;&nbsp;&nbsp;&nbsp;
  129. <hr noshade="noshade" size="1" />
  130. <!-- BEGIN COPYRIGHT BLOCK -->
  131. <p class="copy">
  132. Copyright (C) Sun Microsystems, Inc. Used by permission.<br>
  133. Copyright (C) 2005 Red Hat, Inc. All rights reserved.
  134. </p>
  135. <!-- END COPYRIGHT BLOCK -->
  136. <br />
  137. <p class="update">Last Updated <b>March 31, 2005</b></p>
  138. <!--end footercontent-->
  139. <!--end maincontent-->
  140. </body>
  141. </html>