~ubuntu-branches/ubuntu/wily/389-ds-console/wily-proposed

« back to all changes in this revision

Viewing changes to help/en/help/property_editor4.html

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-03-15 19:58:37 UTC
  • Revision ID: package-import@ubuntu.com-20120315195837-296zyft51thld8q7
Tags: upstream-1.2.6
ImportĀ upstreamĀ versionĀ 1.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p class="topic">
 
2
Add New Object
 
3
</p>
 
4
 
 
5
<p class="text">
 
6
Use this dialog box to add new objects to Directory Server.
 
7
</p>
 
8
 
 
9
<p class="text">
 
10
<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>.
 
11
</p>
 
12
 
 
13
<p class="text">
 
14
<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.
 
15
</p>
 
16
 
 
17
<p class="text">
 
18
<b>Show only Attributes with Values. </b>Select this checkbox if you want the property editor to display only those attributes that have values. This option is selected by default.
 
19
</p>
 
20
 
 
21
<p class="text">
 
22
<b>Show DN. </b>Select this checkbox if you want to view the entry's DN.
 
23
</p>
 
24
 
 
25
<p class="text">
 
26
<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.
 
27
</p>
 
28
 
 
29
<p class="text">
 
30
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.
 
31
</p>
 
32
 
 
33
<p class="text">
 
34
<b>Delete Value. </b>Use this command to delete the currently selected attribute value. This will not delete the attribute itself.
 
35
</p>
 
36
 
 
37
<p class="text">
 
38
<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.
 
39
</p>
 
40
 
 
41
<p class="text">
 
42
<b>Delete Attribute. </b>Use this command to delete the currently selected attribute from the entry.
 
43
</p>
 
44
 
 
45
<p class="text">
 
46
<b>Naming Attribute. </b>Select a naming attribute from the drop-down list. The naming attribute is used to form the DN of the entry.
 
47
</p>
 
48
 
 
49
<p class="text">
 
50
If the naming attribute you want is not present in the list, click the Add Attribute button and add it to the entry. After adding the new attribute, the naming attribute appears in the list.
 
51
</p>
 
52
 
 
53
<p class="text">
 
54
<b>Naming Value. </b>Select a value for your naming attribute from the drop-down list.
 
55
</p>