blob: cf1e04072ee7b5258455cb14ef7a5877f488d7fe (
plain)
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
38
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<chapter id="chap-Deployment_Guide-LDAP_Installation">
<title>LDAP Installation</title>
<para>
para
</para>
<procedure>
<step>
<para>
Install the <application>389-ds</application> package from EPEL or through Red Hat Enterprise DS software channel;
</para>
<para>
<command># yum install 389-ds</command>
</para>
</step>
<step>
<para>
Copy the schema file <filename>/usr/share/kolab/ldap/kolab.389ds.schema</filename> to the appropriate schema directory;
</para>
<para>
<screen># <userinput>cp -a /usr/share/kolab/ldap/kolab.389ds-schema.ldif /etc/dirsrv/schema/66kolab.ldif</userinput></screen>
</para>
</step>
<step>
<para>
Run the Directory Server setup;
</para>
<para>
<command># setup-ds-admin.pl</command>
</para>
</step>
</procedure>
</chapter>
|