This file is indexed.

/usr/share/dirsrv/manual/en/admin/help/create_organizational_unit.html is in 389-admin-console 1.1.8-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<p class="topic">
Create Organizational Unit
</p>

<p class="text">
Use this dialog box to enter information about a unit within an organization.
</p>
<p class="text">
<b>Name.</b> Enter the name of the organizational unit. 
</p>
<p class="text">
<b>Description.</b> (Optional) Enter a description of the organizational unit.
</p>
<p class="text">
<b>Phone.</b> (Optional) Enter a phone number where one can reach a contact (such as an administrative assistant) for the organizational unit.
</p>
<p class="text">
<b>Fax.</b> (Optional) Enter a fax number where one can reach a contact for the organizational unit.
</p>
<p class="text">
<b>Alias.</b> (Optional) Enter a nickname or acronym that you might use in place of the name you entered above. 
</p>
<p class="text">
<b>Address.</b> (Optional) Enter the street address where the organizational unit is located.
</p>
<p class="text">
New organizational units are created using the organizational unit object class. The distinguished name for new organizational units is 
</p>
<p class="code">
ou=new organizational unit, ou=parent ou, o=base org, c=country
</p>
<p class="text">
For example, if you create a new organization called Accounting within the organizational unit West Coast, and your Base DN is <code>o=Ace Industry, c=US</code>, then the new organizational unit's DN is 
</p>
<p class="code">
ou=Accounting, ou=West Coast, o=Ace Industry, c=US
</p>