3 echo "-------------------------------------------------------------------------"
4 echo "1. Include required schema files in slapd.conf:"
5 echo "include /etc/openldap/schema/cosine.schema"
6 echo "include /etc/openldap/schema/inetorgperson.schema"
7 echo "include /etc/openldap/schema/openldap.schema"
8 echo "include /etc/openldap/schema/nis.schema"
9 echo "include /etc/openldap/schema/misc.schema"
10 echo "include /etc/openldap/schema/fusiondirectory/trust.schema"
11 echo "include /etc/openldap/schema/fusiondirectory/samba3.schema"
12 echo "include /etc/openldap/schema/fusiondirectory/gosystem.schema"
13 echo "include /etc/openldap/schema/fusiondirectory/gofon.schema"
14 echo "include /etc/openldap/schema/fusiondirectory/goto.schema"
15 echo "include /etc/openldap/schema/fusiondirectory/goto-mime.schema"
16 echo "include /etc/openldap/schema/fusiondirectory/gosa-samba3.schema"
17 echo "include /etc/openldap/schema/fusiondirectory/gofax.schema"
18 echo "include /etc/openldap/schema/fusiondirectory/goserver.schema"
20 echo "2. Configure suffix, rootdn and rootpw in slapd.conf"
21 echo "3. put slapd into hosts.allow"
23 echo "-------------------------------------------------------------------------"