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

« back to all changes in this revision

Viewing changes to help/en/help/configtab_schema4.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
Create/Edit Attribute
 
3
</p>
 
4
 
 
5
<p class="text">
 
6
This dialog box allows you to create new attributes or edit existing ones. 
 
7
</p>
 
8
 
 
9
<p class="text">
 
10
<b>Attribute name. </b>A unique string that identifies the attribute you are creating.
 
11
</p>
 
12
 
 
13
<p class="text">
 
14
<b>Attribute OID (optional).</b> The Attribute OID field is an optional field that you can use to supply an object identifier (OID) for the new attribute. If you do not supply an OID, the directory automatically uses <span class="variable">attribute_name</span><code>-oid</code>. For example, if you create a new attribute called <code>birthdate</code>, the default OID is <code>birthdate-oid</code>.
 
15
</p>
 
16
 
 
17
<p class="text">
 
18
<b>Attribute aliases (optional). </b>You can specify a nickname for the new attribute. For example, <code>cn</code> is an alias for the <code>CommonName</code> attribute.
 
19
</p>
 
20
 
 
21
<p class="text">
 
22
<b>Attribute description (optional). </b>Enter a short description of the new attribute.
 
23
</p>
 
24
 
 
25
<p class="text">
 
26
<b>Syntax. </b>Select a syntax that describes the data to be held by the attribute.
 
27
</p>
 
28
 
 
29
<p class="text">
 
30
<b>Equality matching rule (optional). </b>Select an equality matching rule to be used by the attribute.  Select <code>none</code> if you do not want to specify a matching rule.  The selected matching rule must be allowed to be used with the selected syntax in order to enable the OK button.
 
31
</p>
 
32
 
 
33
<p class="text">
 
34
<b>Ordering matching rule (optional). </b>Select an ordering matching rule to be used by the attribute.  Select <code>none</code> if you do not want to specify a matching rule.  The selected matching rule must be allowed to be used with the selected syntax in order to enable the OK button.
 
35
</p>
 
36
 
 
37
<p class="text">
 
38
<b>Substring matching rule (optional). </b>Select a substring matching rule to be used by the attribute.  Select <code>none</code> if you do not want to specify a matching rule.  The selected matching rule must be allowed to be used with the selected syntax in order to enable the OK button.
 
39
</p>
 
40
 
 
41
<p class="text">
 
42
<b>Multi-valued. </b>When selected, this option specifies that the attribute you are creating is multi-valued, meaning an entry may contain more than one instance of this attribute.
 
43
</p>